summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/check_cluster_vol_usage.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_cluster_vol_usage.py b/plugins/check_cluster_vol_usage.py
index c079ef3..21439b0 100755
--- a/plugins/check_cluster_vol_usage.py
+++ b/plugins/check_cluster_vol_usage.py
@@ -66,13 +66,13 @@ if __name__ == "__main__":
action='store',
type=int,
dest='warn',
- help='Warning in %',
+ help='Warning in %%',
default=70)
parser.add_argument('-c', '--critical',
action='store',
type=int,
dest='crit',
- help='Critical threshold Warning in %',
+ help='Critical threshold Warning in %%',
default=95)
parser.add_argument('-hg', '--host-group',
action='store',