Search found 6 matches
- Fri Aug 02, 2013 3:29 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
Re: CHECK_NRPE: Error - Could not complete SSL handshake - a
Haha on me. So it wasn't the firewall. The monitoring server (which I'm not proud to say I setup) is dual-homed. It has an interface on the 10.x network and all traffic to the remote servers are naturally using that interface. So, adding the 5.41 to the only_from_hosts did nothing. But adding the pr...
- Fri Aug 02, 2013 2:29 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
Re: CHECK_NRPE: Error - Could not complete SSL handshake - a
I think you've found it. Telnet port 5666 from new server gets dropped by the remote server. Telnet from old server stays connected. I think the traffic is getting blocked on the way back. Checking FW config now. Nmap shows port is open but doesn't expect return traffic. Thanks. I will update if/whe...
- Fri Aug 02, 2013 1:18 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
Re: CHECK_NRPE: Error - Could not complete SSL handshake - a
No. There is nothing in the /etc/hosts.allow file (all commented out).
- Fri Aug 02, 2013 1:06 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
Re: CHECK_NRPE: Error - Could not complete SSL handshake - a
Update: I went the other way and upgraded the remote host nrpe to 2.14. No difference. Old server still works. New server still errors. Remote: [root@bigtank nrpe-2.14]# /usr/local/nagios/bin/nrpe|head -8 NRPE - Nagios Remote Plugin Executor Copyright (c) 1999-2008 Ethan Galstad (nagios@nagios.org) ...
- Fri Aug 02, 2013 12:52 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
Re: CHECK_NRPE: Error - Could not complete SSL handshake - a
Yes. I have added the allowed_hosts and only_from_hosts (both servers are in both locations) although I realize that with xinetd the nrpe.cfg is ignored. I figured it couldn't hurt. I also ran this on the remote client and clearly see now that the new server is on a newer nrpe version. I am going to...
- Fri Aug 02, 2013 11:51 am
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake - again
- Replies: 8
- Views: 4876
CHECK_NRPE: Error - Could not complete SSL handshake - again
Hello, I am receiving the CHECK_NRPE: Error - Could not complete SSL handshake error. Here is the background and how I have tried to resolve it. I have Nagios version 3.3.1 running on ip 192.168.10.11. Everything is great, no errors. I setup a new Nagios on ip 192.168.5.41. CHECK_NRPE: Error - Could...