From a833eaf6db603c0878c6f839631536785ea10110 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Tue, 30 Jun 2015 16:35:21 +0530 Subject: nagios-plugins: Corrected cluster-quorum service name The service name changed in nagios-server addons to enable update with freshness check. Fixing corresponding change here Change-Id: If0ac509bc402d82c8a5c0fe9ea72cd9f98caf8bc Bug-Url: https://bugzilla.redhat.com/1236290 Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/11465 Reviewed-by: darshan n Reviewed-by: Ramesh N --- plugins/check_gluster_syslog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/check_gluster_syslog.py') diff --git a/plugins/check_gluster_syslog.py b/plugins/check_gluster_syslog.py index 6a37f52..c938273 100755 --- a/plugins/check_gluster_syslog.py +++ b/plugins/check_gluster_syslog.py @@ -63,7 +63,7 @@ def processQuorumMsg(msgid, msg, level): pluginstatus = utils.PluginStatusCode.OK if pluginstatus >= 0: - serviceName = "Cluster - Quorum" + serviceName = "Cluster - Quorum Status" nscautils.send_to_nsca_subproc(nscautils.getNagiosClusterName(), serviceName, pluginstatus, -- cgit