summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2015-06-30 16:35:21 +0530
committerSahina Bose <sabose@redhat.com>2015-08-12 23:59:02 -0700
commita833eaf6db603c0878c6f839631536785ea10110 (patch)
tree8c58e2c4464d3af4fd07ecf275c7fa7b1db78d8c /plugins
parentab4a0af053b7cf47f7746625117e970fdaa41632 (diff)
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 <sabose@redhat.com> Reviewed-on: http://review.gluster.org/11465 Reviewed-by: darshan n <dnarayan@redhat.com> Reviewed-by: Ramesh N <rnachimu@redhat.com>
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/check_gluster_syslog.py2
1 files changed, 1 insertions, 1 deletions
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,