You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.1 KiB
30 lines
1.1 KiB
3 years ago
|
From 3d7ad2b27c4df0ef048d93891af9cded0a4f9b15 Mon Sep 17 00:00:00 2001
|
||
|
From: Augie Schwer <augie@schwer.us>
|
||
|
Date: Thu, 26 May 2016 16:18:53 -0700
|
||
|
Subject: [PATCH 04/10] Update check_rabbitmq_cluster.cfg (#74)
|
||
|
|
||
|
Typo, was "partition" should be "cluster".
|
||
|
---
|
||
|
etc/nagios-plugins/config/check_rabbitmq_cluster.cfg | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/etc/nagios-plugins/config/check_rabbitmq_cluster.cfg b/etc/nagios-plugins/config/check_rabbitmq_cluster.cfg
|
||
|
index 94fa8ae..a302496 100644
|
||
|
--- a/etc/nagios-plugins/config/check_rabbitmq_cluster.cfg
|
||
|
+++ b/etc/nagios-plugins/config/check_rabbitmq_cluster.cfg
|
||
|
@@ -1,9 +1,9 @@
|
||
|
define command{
|
||
|
- command_name check_rabbitmq_partition
|
||
|
+ command_name check_rabbitmq_cluster
|
||
|
command_line exec sudo /usr/lib/nagios/plugins/check_rabbitmq_cluster --extra-opts=$ARG1$
|
||
|
}
|
||
|
|
||
|
define command{
|
||
|
- command_name check_rabbitmq_partition_by_ssh
|
||
|
+ command_name check_rabbitmq_cluster_by_ssh
|
||
|
command_line exec ssh $HOSTADDRESS$ sudo /usr/lib/nagios/plugins/check_rabbitmq_cluster --extra-opts=$ARG1$
|
||
|
}
|
||
|
--
|
||
|
2.20.1
|
||
|
|