summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Hartge <sven@svenhartge.de>2023-12-04 15:40:34 (GMT)
committerSven Hartge <sven@svenhartge.de>2023-12-04 15:40:34 (GMT)
commitc3ab362f87e35c28c5a44c2633002d78e94114d8 (patch)
treeb1630a1e11db07432f3d62fa2533ed3375d45cd6
parent45f633ef23bdee70845fda685f3821af11c2aa1b (diff)
downloadmonitoring-plugins-c3ab362f87e35c28c5a44c2633002d78e94114d8.tar.gz
check_procs: Generalise wording, remove mentioning of nrperefs/pull/1969/head
-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