From c3ab362f87e35c28c5a44c2633002d78e94114d8 Mon Sep 17 00:00:00 2001 From: Sven Hartge Date: Mon, 4 Dec 2023 16:40:34 +0100 Subject: check_procs: Generalise wording, remove mentioning of nrpe 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"); -- cgit v0.10-9-g596f