diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2022-01-30 11:44:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-30 11:44:02 (GMT) |
commit | e781e0d1010b57da0e468cb7e9afb03860870218 (patch) | |
tree | 143262b17e687dece1801bbee0ebe14dfb95d608 /plugins | |
parent | 31bdbfce92de2dc7717fe13a8d1ca8e7dbf850d4 (diff) | |
download | monitoring-plugins-e781e0d1010b57da0e468cb7e9afb03860870218.tar.gz |
Fix double percentage sign in usage (#1743)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 4872340..a025ee8 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -775,7 +775,7 @@ be the total number of running processes\n\n")); | |||
775 | printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ"); | 775 | printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ"); |
776 | printf (" %s\n\n", _("Alert if VSZ of any processes over 50K or 100K")); | 776 | printf (" %s\n\n", _("Alert if VSZ of any processes over 50K or 100K")); |
777 | printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU"); | 777 | printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU"); |
778 | printf (" %s\n", _("Alert if CPU of any processes over 10%% or 20%%")); | 778 | printf (" %s\n", _("Alert if CPU of any processes over 10\% or 20\%")); |
779 | 779 | ||
780 | printf (UT_SUPPORT); | 780 | printf (UT_SUPPORT); |
781 | } | 781 | } |