From 4529ce7d5e539e42ce9d38d09d3badea3f5247ca Mon Sep 17 00:00:00 2001 From: Nishanth Thomas Date: Tue, 15 Apr 2014 11:53:35 +0530 Subject: Cluster Status: Plugin to display the overall status of cluster This plugin use mk-livestatus to retrieve the status of the all the volumes and provide aggregrate status of the cluster Addressed review comments Change-Id: Ia83b41cfdc6dcfc1f379c024ba6ea33f9ccfe598 Signed-off-by: Nishanth Thomas --- tests/test_config_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_config_generator.py') diff --git a/tests/test_config_generator.py b/tests/test_config_generator.py index 21500a9..1161eab 100644 --- a/tests/test_config_generator.py +++ b/tests/test_config_generator.py @@ -50,7 +50,7 @@ class TestGlusterNagiosConfManager(TestCaseBase): self.assertEqual(config['host_name'], clusterData['name']) self.assertEqual(config['alias'], clusterData['name']) self.assertEqual(config['address'], clusterData['name']) - self.assertEqual(config['check_command'], "check_dummy") + self.assertEqual(config['check_command'], "") self.assertEqual(config['use'], 'gluster-cluster') def createBricks(self, count): -- cgit