summaryrefslogtreecommitdiffstats
path: root/plugins/config_generator.py
diff options
context:
space:
mode:
authorNishanth Thomas <nthomas@redhat.com>2014-04-15 11:53:35 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:37 +0530
commit4529ce7d5e539e42ce9d38d09d3badea3f5247ca (patch)
treec67ca568788cad7d5a1b9cde46b99b17151a07c7 /plugins/config_generator.py
parent210b28d84f91050fd4a293653d0f5982ae34f189 (diff)
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 <nthomas@redhat.com>
Diffstat (limited to 'plugins/config_generator.py')
-rw-r--r--plugins/config_generator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/config_generator.py b/plugins/config_generator.py
index 6d725ef..49ea335 100644
--- a/plugins/config_generator.py
+++ b/plugins/config_generator.py
@@ -167,7 +167,7 @@ class GlusterNagiosConfManager:
cluster['name'], cluster['hosts'][-1]['hostip']))
clusterHostConfig = self.createHost(
cluster['name'], cluster['name'], "gluster-cluster",
- cluster['name'], "", "check_dummy", clusterServices)
+ cluster['name'], "", "", clusterServices)
hostsConfigs.append(clusterHostConfig)
for host in cluster['hosts']:
brickServices = self.createBrickServices(host)