summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/check_cluster_vol_usage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_cluster_vol_usage.py b/plugins/check_cluster_vol_usage.py
index 1a77d93..c079ef3 100755
--- a/plugins/check_cluster_vol_usage.py
+++ b/plugins/check_cluster_vol_usage.py
@@ -39,7 +39,7 @@ def checkVolumePerfData(clusterName):
# Write command to socket
cmd = "GET services\nColumns: description host_name " \
"perf_data custom_variables\nFilter: " \
- "description ~~ %s\n" % 'Volume-'
+ "description ~~ %s" % 'Volume Utilization -'
table = livestatus.readLiveStatus(cmd)
totalUsed = 0.0
totalAvail = 0.0