summaryrefslogtreecommitdiffstats
path: root/plugins/config_generator.py
diff options
context:
space:
mode:
authorRamesh Nachimuthu <rnachimu@redhat.com>2014-05-07 17:48:45 +0530
committerSahina Bose <sabose@redhat.com>2014-05-07 06:40:49 -0700
commitc37d94182438e13f61ed336d96f26bd04db7097b (patch)
treeefc6a1528b030a471e0b5b5dd1b8aa853347a4b7 /plugins/config_generator.py
parent704ee1bf30615c40f14d24f86f9611a79fd51aa1 (diff)
server-addons: add active checks for gluster process
Adding checks for gluster process and bricks. Change-Id: Ie688233db2a5da0d1a26d5576507559e7e8f5d2d Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> Reviewed-on: http://review.gluster.org/7697 Reviewed-by: Kanagaraj M <kmayilsa@redhat.com> Reviewed-by: Shubhendu Tripathi <shtripat@redhat.com> Reviewed-by: Sahina Bose <sabose@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 e32a877..69bef54 100644
--- a/plugins/config_generator.py
+++ b/plugins/config_generator.py
@@ -181,7 +181,7 @@ class GlusterNagiosConfManager:
def __createBrickStatusService(self, brick, hostName):
brickService = {}
- brickService['use'] = 'gluster-brick-passive-service'
+ brickService['use'] = 'gluster-brick-status-service'
brickService['host_name'] = hostName
serviceDesc = "Brick - %s" % brick['brickpath']
brickService['service_description'] = serviceDesc