check_nrpe stopped working after Nagios XI upgrade to 5.8.2
Posted: Wed Mar 17, 2021 5:08 pm
Nagios XI running 5.8.2
CentOS Linux release 7.5.1804 (Core)
CHECK_NRPE plug 4.0.3
After upgrading our Nagios XI server to 5.8.2 our check_nrpe stopped working.
We receive: CHECK_NRPE: Error - Could not connect to 192.168.8.62. Check system logs on xxx.xxx.xxx.xxx
/var/log/messages shows:
Mar 17 16:57:05 nagiosxii check_nrpe: Error: (nerrs = 0)(!log_opts) Could not complete SSL handshake with 192.168.8.62: rc=0 SSL-error=5
I followed the instructions on downloading and installing check_nrpe again and when I perform the systemctl enable nrpe.service, no error is returned. When I look at the running service on my Nagios XI server using systemctl -a, I search for nrpe and it shows:
nrpe.services loaded failed failed Nagions Remote Plugin Executor
I can see the check_nrpe version by executing:
cd /usr/local/nagions/libexec
./check_nrpe -V
So at this point, I don't believe I'm even able to get check_nrpe working on the Nagios XI server. I edited the nrpe.cfg file to add our Nagios XI's IP address and I set the dont_blame_nrpe=1 and restarted the service - still fails to connect. Tests to other IP addresses show Connection refused.
Any suggestions for resolution?
CentOS Linux release 7.5.1804 (Core)
CHECK_NRPE plug 4.0.3
After upgrading our Nagios XI server to 5.8.2 our check_nrpe stopped working.
We receive: CHECK_NRPE: Error - Could not connect to 192.168.8.62. Check system logs on xxx.xxx.xxx.xxx
/var/log/messages shows:
Mar 17 16:57:05 nagiosxii check_nrpe: Error: (nerrs = 0)(!log_opts) Could not complete SSL handshake with 192.168.8.62: rc=0 SSL-error=5
I followed the instructions on downloading and installing check_nrpe again and when I perform the systemctl enable nrpe.service, no error is returned. When I look at the running service on my Nagios XI server using systemctl -a, I search for nrpe and it shows:
nrpe.services loaded failed failed Nagions Remote Plugin Executor
I can see the check_nrpe version by executing:
cd /usr/local/nagions/libexec
./check_nrpe -V
So at this point, I don't believe I'm even able to get check_nrpe working on the Nagios XI server. I edited the nrpe.cfg file to add our Nagios XI's IP address and I set the dont_blame_nrpe=1 and restarted the service - still fails to connect. Tests to other IP addresses show Connection refused.
Any suggestions for resolution?