summaryrefslogtreecommitdiffstats
path: root/plugins/check_procs.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_procs.c')
-rw-r--r--plugins/check_procs.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c
index 010497c..1fcbd98 100644
--- a/plugins/check_procs.c
+++ b/plugins/check_procs.c
@@ -14,9 +14,8 @@
14* defaults to number of processes. Search filters can be applied to limit 14* defaults to number of processes. Search filters can be applied to limit
15* the processes to check. 15* the processes to check.
16* 16*
17* The parent process (usually nrpe), check_procs itself and any child 17* The parent process, check_procs itself and any child process of
18* process of check_procs (ps) are excluded from any checks to prevent 18* check_procs (ps) are excluded from any checks to prevent false positives.
19* false positives.
20* 19*
21* 20*
22* This program is free software: you can redistribute it and/or modify 21* This program is free software: you can redistribute it and/or modify
@@ -750,8 +749,8 @@ print_help (void)
750 749
751 printf ("\n\n"); 750 printf ("\n\n");
752 751
753 printf ("%s\n", _("The parent process (usually nrpe), check_procs itself and any child process of")); 752 printf ("%s\n", _("The parent process, check_procs itself and any child process of check_procs (ps)"));
754 printf ("%s\n", _("check_procs (ps) are excluded from any checks to prevent false positives.")); 753 printf ("%s\n", _("are excluded from any checks to prevent false positives."));
755 754
756 printf ("\n\n"); 755 printf ("\n\n");
757 756