Search found 4 matches

by Firm
Fri Apr 05, 2019 7:52 am
Forum: Open Source Nagios Projects
Topic: Wrong count of nrpe processes with check_procs
Replies: 6
Views: 3082

Re: Wrong count of nrpe processes with check_procs

Could we modify code to mitigate this? Like masking forked process from being counted.
by Firm
Tue Apr 02, 2019 7:41 am
Forum: Open Source Nagios Projects
Topic: Wrong count of nrpe processes with check_procs
Replies: 6
Views: 3082

Re: Wrong count of nrpe processes with check_procs

To clarify, the output above is captured when manually running check_procs on target host. Below is the output when running check from server: # /usr/lib64/nagios/plugins/check_nrpe -H ws01 -c check_procs -a 'PROCS!1:1!1:1!nrpe' PROCS CRITICAL: 2 processes with command name 'nrpe' | procs=2;1:1;1:1;...
by Firm
Tue Apr 02, 2019 4:02 am
Forum: Open Source Nagios Projects
Topic: Wrong count of nrpe processes with check_procs
Replies: 6
Views: 3082

Re: Wrong count of nrpe processes with check_procs

I've posted the output in the original message above.
by Firm
Mon Apr 01, 2019 9:53 am
Forum: Open Source Nagios Projects
Topic: Wrong count of nrpe processes with check_procs
Replies: 6
Views: 3082

Wrong count of nrpe processes with check_procs

Hi, I got strange behavior with check_procs plugin trying to monitor a total count of nrpe processes on host. Running from shell it displays correct value: # systemctl status nrpe ● nrpe.service - NRPE Loaded: loaded (/etc/systemd/system/nrpe.service; enabled; vendor preset: disabled) Active: active...