I have two machines that are running nagios, mon0 and discostu. mon0 is able to check services via NRPE but discostu is not. Both machines can telnet to port 5666 on the target.
[EMAIL PROTECTED]:/usr/lib/nagios/plugins# telnet 172.16.4.24 5666 Trying 172.16.4.24... Connected to 172.16.4.24. Escape character is '^]'. ^] telnet> quit [EMAIL PROTECTED]:/usr/lib/nagios/plugins# ./check_nrpe -H 172.16.4.24 -c check_sda1 -a 60 50 CHECK_NRPE: Socket timeout after 10 seconds. Meanwhile, on mon0... [EMAIL PROTECTED]:/usr/lib/nagios/plugins# telnet 172.16.4.24 5666 Trying 172.16.4.24... Connected to 172.16.4.24. Escape character is '^]'. ^] telnet> quit [EMAIL PROTECTED]:/usr/lib/nagios/plugins# ./check_nrpe -H 172.16.4.24 -c check_sda1 -a 60 50 DISK OK - free space: / 8749 MB (51%);| /=8329MB;17018;17028;0;17078 In 172.16.4.24's syslog I am seeing this when discostu tries to grab somne info. Jul 12 14:41:53 admin nrpe[18445]: Could not read request from client, bailing out... Jul 12 14:41:53 admin nrpe[18447]: Could not read request from client, bailing out.. Both mon0 and Discostu are Debian 3.1. Both are using NRPE 2.0. This makes no sense to me. Thanks in advance! :) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
