Search found 4 matches

by dhorton
Thu Jul 08, 2021 12:33 pm
Forum: Nagios XI
Topic: Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrpe
Replies: 5
Views: 389

Re: Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrp

I apologize for the delayed response, but since my last post we upgraded to 5.8.4. We had the same errors. It seems that the new /usr/local/nagios/libexec/check_nrpe version was not compatible with our environment, so we needed update it use our previous version in addition to adding the -2 to the c...
by dhorton
Mon Jun 07, 2021 12:22 pm
Forum: Nagios XI
Topic: Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrpe
Replies: 5
Views: 389

Re: Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrp

So adding that those flags results in the following messages to be displayed in an UNKNOWN status. For reference this is the command that was being used before. $USER1$/check_nrpe -u -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$ I added what you suggested to turn it into $USER1$/check_nrpe -2 -n -u -H $HO...
by dhorton
Fri Jun 04, 2021 10:12 am
Forum: Nagios XI
Topic: Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrpe
Replies: 5
Views: 389

Upgrade to Nagios 5.8.3 Causing SSL errors for check_nrpe

I just upgraded to Nagios XI 5.8.3 this morning, and after the upgrade every Windows host in our system has this error associated with check_nrpe. I masked the IP for security purposes. I only upgraded the server that houses the Nagios software. Upgrading the NSClient++ and/or nrpe agents on the end...
by dhorton
Thu Jun 04, 2020 11:24 am
Forum: Open Source Nagios Projects
Topic: WARNING: my_system() seteuid(0): Operation not permitted
Replies: 0
Views: 1348

WARNING: my_system() seteuid(0): Operation not permitted

Below is the output related to nrpe checks. It seems we get the WARNING: my_system() seteuid(0): Operation not permitted as a result of running a command from the nrpe.cfg What I don't understand is why. It seems to be working for the most part though sometimes notifications are skipped. Maybe it is...