From ab4a0af053b7cf47f7746625117e970fdaa41632 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Mon, 22 Jun 2015 17:36:04 +0530 Subject: glusterpmd: Change to NFS service name Changed the NFS service name to Gluster NFS to correspond with the service name change in Nagios Change-Id: Ib088ee920b87eadf13b0e88f3e90147d3aad0e07 Bug-Url: https://bugzilla.redhat.com/1232730 Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/11349 Reviewed-by: Ramesh N --- plugins/check_proc_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/check_proc_status.py b/plugins/check_proc_status.py index bb9f2c5..5655f7e 100755 --- a/plugins/check_proc_status.py +++ b/plugins/check_proc_status.py @@ -30,7 +30,7 @@ from glusternagios import utils from glusternagios import glustercli -_nfsService = "NFS" +_nfsService = "Gluster NFS" _shdService = "Self-Heal" _smbService = "SMB" _brickService = "Brick - %s" -- cgit