diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-08 12:39:44 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-08 12:39:44 +0100 |
commit | 54042ac52f7883cf45176f084f63f22b3fdc235c (patch) | |
tree | fc6cb94144991d248745b8563cf97a97b2804a2b | |
parent | 99bb7dd0f8f6962e12a3b0e4cd8bab0ebb278f0f (diff) | |
download | monitoring-plugins-54042ac52f7883cf45176f084f63f22b3fdc235c.tar.gz |
check_procs: use proper escape for %
-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 53c93c0b..1d78ccee 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -832,7 +832,7 @@ be the total number of running processes\n\n")); | |||
832 | printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ"); | 832 | printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ"); |
833 | printf (" %s\n\n", _("Alert if VSZ of any processes over 50K or 100K")); | 833 | printf (" %s\n\n", _("Alert if VSZ of any processes over 50K or 100K")); |
834 | printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU"); | 834 | printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU"); |
835 | printf (" %s\n", _("Alert if CPU of any processes over 10\% or 20\%")); | 835 | printf (" %s\n", _("Alert if CPU of any processes over 10%% or 20%%")); |
836 | 836 | ||
837 | printf (UT_SUPPORT); | 837 | printf (UT_SUPPORT); |
838 | } | 838 | } |