summaryrefslogtreecommitdiffstats
path: root/plugins/check_vol_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_vol_server.py')
-rwxr-xr-xplugins/check_vol_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_vol_server.py b/plugins/check_vol_server.py
index dee00c2..cab903c 100755
--- a/plugins/check_vol_server.py
+++ b/plugins/check_vol_server.py
@@ -69,7 +69,7 @@ def _getVolumeStatusOutput(args):
"GET services\n"
"Filter: host_groups >= %s\n"
"Filter: custom_variable_values >= %s\n"
- "Filter: description ~ Brick Status - \n"
+ "Filter: description ~ Brick - \n"
"Stats: state = 0\n"
"Stats: state = 2\n"
% (args.hostgroup, args.volume))