I've seen a lot of posts about this particular issue I'm facing, when I try to verify the connection with the CHECK_NRPE locally I see the following:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H localhost
CHECK_NRPE: Error - Could not connect to 127.0.0.1. Check system logs on 127.0.0.11. Tried to run my command without SSL in case SSL is not set up (although I believe it is)
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H localhost -n
CHECK_NRPE: Receive header underflow - only 0 bytes received (4 expected).
Code: Select all
ps -ef | grep nrpe
root 9044076 1 0 13:00:29 - 0:00 /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/nrpe.cfg -d
Code: Select all
nrpe 5666/tcpCode: Select all
netstat -at | grep nrpe
tcp6 0 0 *.nrpe *.* LISTEN
tcp4 0 0 *.nrpe *.* LISTEN