Found two errors. File permissions on the remote host. Reset them to nagios:nagios and the remote host is functioning. Firewall issues on our side. Corrected those and the system is monitoring correctly.
Thanks very much for your help!
Search found 7 matches
- Thu Feb 10, 2011 4:35 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error receiving data from daemon.
- Replies: 10
- Views: 6396
- Thu Feb 10, 2011 2:51 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error receiving data from daemon.
- Replies: 10
- Views: 6396
Re: CHECK_NRPE: Error receiving data from daemon.
I made the changes you suggested but it made no difference.
allowed_hosts=96.37.142.40,192.168.2.231,127.0.0.1
/usr/lib64/nagios/plugins/check_nrpe -H localhost
Connection refused by host
allowed_hosts=96.37.142.40,192.168.2.231,127.0.0.1
/usr/lib64/nagios/plugins/check_nrpe -H localhost
Connection refused by host
- Thu Feb 10, 2011 11:27 am
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error receiving data from daemon.
- Replies: 10
- Views: 6396
Re: CHECK_NRPE: Error receiving data from daemon.
The only reject is the last line in the table - reject all. The ouput is below. iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere anywhere Chain FORWARD (policy ACCEPT) target prot opt source destination RH-Firewall-1-INPUT all -- anywhere...
- Wed Feb 09, 2011 4:33 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error receiving data from daemon.
- Replies: 10
- Views: 6396
Re: CHECK_NRPE: Error receiving data from daemon.
IPtables have been set correctly. result of
iptables -L
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:nrpe
iptables -L
ACCEPT tcp -- anywhere anywhere state NEW tcp dpt:nrpe
- Wed Feb 09, 2011 2:52 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error receiving data from daemon.
- Replies: 10
- Views: 6396
CHECK_NRPE: Error receiving data from daemon.
This is probably a case of missing the obvious but i have tried everything i could think of and also what the nrpe.pdf doc suggests. :cry: I am installing nrpe on centOS box using yum. The package installs without error. Verion info: nagios-nrpe x86_64 2.12-1.el5.rf I've added the check_nrpe command...
- Fri Jan 21, 2011 12:55 pm
- Forum: Open Source Nagios Projects
- Topic: Remote Host Does Not Appear in Web Interface
- Replies: 3
- Views: 3026
Re: Remote Host Does Not Appear in Web Interface
Yes, I did. I found that I hadn't added the new config files to nagios.cfg and that fixed the problem. Thanks. 
- Thu Jan 20, 2011 6:06 pm
- Forum: Open Source Nagios Projects
- Topic: Remote Host Does Not Appear in Web Interface
- Replies: 3
- Views: 3026
Remote Host Does Not Appear in Web Interface
I am new to Nagios and am having difficulty getting a remote host to display in the web interface. The local host and preconfigured services display just fine. My monitoring server is running Open SUSE 11.3 with Nagios installed from the distribution media and the machine is patched current. The rem...