From 3d7ad2b27c4df0ef048d93891af9cded0a4f9b15 Mon Sep 17 00:00:00 2001 From: Augie Schwer 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