diff options
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 82a21eb..31a2bed 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -11,6 +11,10 @@ | |||
11 | * | 11 | * |
12 | * This file contains the check_procs plugin | 12 | * This file contains the check_procs plugin |
13 | * | 13 | * |
14 | * Checks all processes and generates WARNING or CRITICAL states if the specified | ||
15 | * metric is outside the required threshold ranges. The metric defaults to number | ||
16 | * of processes. Search filters can be applied to limit the processes to check. | ||
17 | * | ||
14 | * License Information: | 18 | * License Information: |
15 | * | 19 | * |
16 | * This program is free software; you can redistribute it and/or modify | 20 | * This program is free software; you can redistribute it and/or modify |
@@ -665,11 +669,12 @@ print_help (void) | |||
665 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>"); | 669 | printf ("Copyright (c) 1999 Ethan Galstad <nagios@nagios.org>"); |
666 | printf (COPYRIGHT, copyright, email); | 670 | printf (COPYRIGHT, copyright, email); |
667 | 671 | ||
668 | printf(_("\ | 672 | printf ("%s\n", _("Checks all processes and generates WARNING or CRITICAL states if the specified")); |
669 | Checks all processes and generates WARNING or CRITICAL states if the specified\n\ | 673 | printf ("%s\n", _("metric is outside the required threshold ranges. The metric defaults to number")); |
670 | metric is outside the required threshold ranges. The metric defaults to number\n\ | 674 | printf ("%s\n", _("of processes. Search filters can be applied to limit the processes to check.")); |
671 | of processes. Search filters can be applied to limit the processes to check.\n\n")); | ||
672 | 675 | ||
676 | printf ("\n\n"); | ||
677 | |||
673 | print_usage (); | 678 | print_usage (); |
674 | 679 | ||
675 | printf(_("\n\ | 680 | printf(_("\n\ |