[monitoring-plugins] check_procs: Generalise wording, remove ...

Sven Hartge git at monitoring-plugins.org
Mon Dec 4 22:20:13 CET 2023


 Module: monitoring-plugins
 Branch: master
 Commit: c3ab362f87e35c28c5a44c2633002d78e94114d8
 Author: Sven Hartge <sven at svenhartge.de>
   Date: Mon Dec  4 16:40:34 2023 +0100
    URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=c3ab362

check_procs: Generalise wording, remove mentioning of nrpe

---

 plugins/check_procs.c | 9 ++++-----
 1 file 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 @@
 * defaults to number of processes.  Search filters can be applied to limit
 * the processes to check.
 *
-* The parent process (usually nrpe), check_procs itself and any child
-* process of check_procs (ps) are excluded from any checks to prevent
-* false positives.
+* The parent process, check_procs itself and any child process of 
+* check_procs (ps) are excluded from any checks to prevent false positives.
 *
 *
 * This program is free software: you can redistribute it and/or modify
@@ -750,8 +749,8 @@ print_help (void)
 
   printf ("\n\n");
 
-  printf ("%s\n", _("The parent process (usually nrpe), check_procs itself and any child process of"));
-  printf ("%s\n", _("check_procs (ps) are excluded from any checks to prevent false positives."));
+  printf ("%s\n", _("The parent process, check_procs itself and any child process of check_procs (ps)"));
+  printf ("%s\n", _("are excluded from any checks to prevent false positives."));
 
   printf ("\n\n");
 



More information about the Commits mailing list