From 67392b9e16f009114be4f340aa0f7d3e9c48478b Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Mon, 5 May 2014 18:04:53 +0530 Subject: nagios-server: Fixed livestatus query for quota As the service name has changed, fixed the livestatus query for Quota service Change-Id: I4967429f357786aad5f6402293054a930371a52e Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/7673 Reviewed-by: Kanagaraj M --- plugins/check_vol_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit