Team,
I have a couple of instance of Nagios XI running and am monitoring each instance of Nagios XI in the opposite instances.
After the recent upgrade to 5.5.10 getting the below error for all instance of Nagios XI. Getting this error only for Nagios XI instance host where as i am able to monitor other linux OS without any issues.
CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Connection reset by peer
Attaching the error screenshot i get this error only for few services all instance of Nagios XI are running on Red hat enterprise version 7.5
CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Connect
CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Connect
You do not have the required permissions to view the files attached to this post.
Re: CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Con
Is NRPE running under xinetd or as a "standalone daemon" on the remote box? Can you run the following commands on the client machine and show the output?
If NRPE is running as a standalone daemon, you would need to add the Nagios XI server's IP address to the "allowed_hosts" line in the nrpe.cfg file:
make sure you have the following line:
save, exit, and restart NRPE, so that changes can take effect.
Code: Select all
service xinetd status
service nrpe status
ps axuw | grep nrpe
netstat -at | grep nrpeCode: Select all
allowed_hosts=127.0.0.1,<Nagios XI server ip>Code: Select all
dont_blame_nrpe=1Code: Select all
service nrpe restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Con
Hi,
NRPE running under xinetd and host was allowed /etc/xinetd.d/nrpe.cfg
I will PM the output for the commands to you.
NRPE running under xinetd and host was allowed /etc/xinetd.d/nrpe.cfg
I will PM the output for the commands to you.
Re: CHECK_NRPE: Error - Could not connect to xx.x.xx.xx: Con
I replied via a PM.
Be sure to check out our Knowledgebase for helpful articles and solutions!