summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 cab903c..1c5863a 100755
--- a/plugins/check_vol_server.py
+++ b/plugins/check_vol_server.py
@@ -90,7 +90,7 @@ def _getVolumeQuotaStatusOutput(args):
table = livestatus.readLiveStatus("GET services\n"
"Columns: state long_plugin_output\n"
"Filter: description = "
- "Volume Status Quota - %s" % args.volume)
+ "Volume Quota - %s" % args.volume)
servicestatus = utils.PluginStatusCode.UNKNOWN
statusoutput = ''
if len(table) > 0: