summaryrefslogtreecommitdiffstats
path: root/tests/test_check_gluster_syslog.py
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 /tests/test_check_gluster_syslog.py
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 'tests/test_check_gluster_syslog.py')
-rw-r--r--tests/test_check_gluster_syslog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_check_gluster_syslog.py b/tests/test_check_gluster_syslog.py
index a3f341c..3aed1e0 100644
--- a/tests/test_check_gluster_syslog.py
+++ b/tests/test_check_gluster_syslog.py
@@ -58,7 +58,7 @@ class TestGlusterSyslog(TestCaseBase):
"Stopping local bricks. ")
check_gluster_syslog.processMsg(message)
mock_send_to_nsca.assert_called_with("test-cluster",
- "Cluster - Quorum",
+ "Cluster - Quorum Status",
utils.PluginStatusCode.CRITICAL,
"QUORUM: Cluster server-side "
"quorum lost.")