NRPE client not showing up anywhere
Posted: Wed Aug 10, 2011 3:19 pm
I have Nagios Core 3.3.1 installed on one CentOS 5.5 install, along with NRPE 2.12. NRPE 2.12 is also installed as a plugin on another CentOS 5.5 device that I'm trying to monitor. The problem is that on the monitoring server, where Nagios is installed, the client server to be monitored isn't showing up at all. I only see "localhost".
On the client:
returns this:
Before I modified the "/etc/xinetd.d/nrpe" file to have the address of the Nagios monitoring server, this command: returned this:
iptables on both hosts are off and there were no configure, make, or install problems or errors for either device.
On the Nagios monitoring server:
returns this:
Everything seems to be fine and communicating...I restarted Nagios and when I open the browser and go to Map for example, I still only see localhost...any thoughts? Anyone know of what I can check? Any help would be appreciated...
On the client:
Code: Select all
netstat -at | grep nrpeCode: Select all
tcp 0 0 *:nrpe *:* LISTEN Before I modified the "/etc/xinetd.d/nrpe" file to have the address of the Nagios monitoring server, this command:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H localhostCode: Select all
NRPE v2.12On the Nagios monitoring server:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H 192.168.135.130Code: Select all
NRPE v2.12