summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/check_proc_status.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/check_proc_status.py b/plugins/check_proc_status.py
index 00f3f1d..b331006 100755
--- a/plugins/check_proc_status.py
+++ b/plugins/check_proc_status.py
@@ -44,12 +44,12 @@ _checkQuotaCmd = [_checkProc.cmd, "-c", "1:", "-C", "glusterfs", "-a",
_checkBrickCmd = [_checkProc.cmd, "-C", "glusterfsd"]
_checkGlusterdCmd = [_checkProc.cmd, "-c", "1:", "-w", "1:1", "-C", "glusterd"]
_checkCtdbCmd = [_checkProc.cmd, "-c", "1:", "-C", "ctdbd"]
-_nfsService = "Glusterfs NFS Daemon"
-_shdService = "Glusterfs Self-Heal Daemon"
+_nfsService = "NFS"
+_shdService = "Self-Heal"
_smbService = "CIFS"
-_brickService = "Brick Status - "
-_glusterdService = "Gluster Management Daemon"
-_quotadService = "Gluster Quota Daemon"
+_brickService = "Brick - "
+_glusterdService = "Gluster Management"
+_quotadService = "Quota"
_ctdbdService = "CTDB"