summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/check_gluster_proc_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_gluster_proc_status.py b/plugins/check_gluster_proc_status.py
index f17ded4..5041ded 100755
--- a/plugins/check_gluster_proc_status.py
+++ b/plugins/check_gluster_proc_status.py
@@ -84,8 +84,8 @@ if __name__ == '__main__':
status = utils.PluginStatusCode.CRITICAL
msg = "Brick - %s not found" % args.brickPath
elif args.type != _GLUSTERD:
- msg = "UNKNOWN: Brick - %s status could not be determined" % \
- (args.brickPath)
+ msg = "UNKNOWN: Status could not be determined as " \
+ "glusterd is not running"
status = utils.PluginStatusCode.UNKNOWN
print msg
exit(status)