summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
authorThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
committerThomas Guyot-Sionnest <dermoth@users.sourceforge.net>2008-04-27 14:35:26 (GMT)
commited62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch)
treef479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_procs.c
parent140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff)
downloadmonitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index d56d457..816da1b 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -712,7 +712,7 @@ print_help (void)
712 printf ("%s\n", _("of processes. Search filters can be applied to limit the processes to check.")); 712 printf ("%s\n", _("of processes. Search filters can be applied to limit the processes to check."));
713 713
714 printf ("\n\n"); 714 printf ("\n\n");
715 715
716 print_usage (); 716 print_usage ();
717 717
718 printf ("%s\n", _("Required Arguments:")); 718 printf ("%s\n", _("Required Arguments:"));
@@ -781,7 +781,7 @@ be the total number of running processes\n\n"));
781 printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ"); 781 printf (" %s\n", "check_procs -w 50000 -c 100000 --metric=VSZ");
782 printf (" %s\n\n", _("Alert if vsz of any processes over 50K or 100K")); 782 printf (" %s\n\n", _("Alert if vsz of any processes over 50K or 100K"));
783 printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU"); 783 printf (" %s\n", "check_procs -w 10 -c 20 --metric=CPU");
784 printf (" %s\n\n", _("Alert if cpu of any processes over 10%% or 20%%")); 784 printf (" %s\n", _("Alert if cpu of any processes over 10%% or 20%%"));
785 785
786 printf (_(UT_SUPPORT)); 786 printf (_(UT_SUPPORT));
787} 787}