Re: Could not complete SSL handshake - NRPE 2.15 under xinet
Posted: Fri Apr 22, 2016 7:43 am
Hi,
I am also facing similar issue.
CHECK_NRPE: Error - Could not complete SSL handshake.
Please find details from my side.
/usr/local/nagios/libexec/check_nrpe -H <IP address> -p <port> -c activemq_watch -a '-w 10 -c 20'
CHECK_NRPE: Error - Could not complete SSL handshake.
[root@localhost components]# cat /etc/xinetd.d/nrpe|grep only_from
only_from = 127.0.0.1 <ip that I have added>
[root@localhost components]# netstat -anp|grep :5666
tcp 0 0 :::5666 :::* LISTEN 8801/xinetd
[root@localhost components]# ps -C xinetd
PID TTY TIME CMD
8801 ? 00:00:00 xinetd
[root@localhost components]# ps -C nrpe
PID TTY TIME CMD
[root@localhost components]# nmap <ip that I have added> -p 5666
Starting Nmap 5.51 ( http://nmap.org ) at 2016-04-22 08:49 EDT
Nmap scan report for <DNS Name> (ip that I have added)
Host is up (0.00030s latency).
PORT STATE SERVICE
5666/tcp filtered nrpe
Nmap done: 1 IP address (1 host up) scanned in 0.26 seconds
Thanks
Naman
I am also facing similar issue.
CHECK_NRPE: Error - Could not complete SSL handshake.
Please find details from my side.
/usr/local/nagios/libexec/check_nrpe -H <IP address> -p <port> -c activemq_watch -a '-w 10 -c 20'
CHECK_NRPE: Error - Could not complete SSL handshake.
[root@localhost components]# cat /etc/xinetd.d/nrpe|grep only_from
only_from = 127.0.0.1 <ip that I have added>
[root@localhost components]# netstat -anp|grep :5666
tcp 0 0 :::5666 :::* LISTEN 8801/xinetd
[root@localhost components]# ps -C xinetd
PID TTY TIME CMD
8801 ? 00:00:00 xinetd
[root@localhost components]# ps -C nrpe
PID TTY TIME CMD
[root@localhost components]# nmap <ip that I have added> -p 5666
Starting Nmap 5.51 ( http://nmap.org ) at 2016-04-22 08:49 EDT
Nmap scan report for <DNS Name> (ip that I have added)
Host is up (0.00030s latency).
PORT STATE SERVICE
5666/tcp filtered nrpe
Nmap done: 1 IP address (1 host up) scanned in 0.26 seconds
Thanks
Naman