CHECK_NRPE: Error - Could not complete SSL handshake
Posted: Tue Feb 23, 2016 2:24 pm
Hello,
I'm trying to install nagios agent in a centos server but I get it.
I'm following this link: http://www.tecmint.com/how-to-add-linux ... ng-server/
shows these errors:
I tried to follow several fix it but I have not gotten anything:
- all solutions of this doc https://assets.nagios.com/downloads/nag ... utions.pdf
- disable firewall
Several output commads:
any ideas?
thanks!
I'm trying to install nagios agent in a centos server but I get it.
I'm following this link: http://www.tecmint.com/how-to-add-linux ... ng-server/
shows these errors:
Code: Select all
[root@localhost nagios]# /usr/local/nagios/libexec/check_nrpe -H localhost
CHECK_NRPE: Error - Could not complete SSL handshake.
Code: Select all
[root@localhost nagios]# /usr/local/nagios/libexec/check_nrpe -H <IP_Nagios_Server> -n
connect to address <IP_Nagios_Server> port 5666: No route to host
connect to host <IP_Nagios_Server> port 5666: No route to host
[root@localhost nagios]#
I tried to follow several fix it but I have not gotten anything:
- all solutions of this doc https://assets.nagios.com/downloads/nag ... utions.pdf
- disable firewall
Several output commads:
Code: Select all
[root@localhost nagios]# netstat -na | grep 5666
tcp 0 0 0.0.0.0:5666 0.0.0.0:* LISTEN
tcp6 0 0 :::5666 :::* LISTEN
Code: Select all
[root@localhost nagios]# nmap <IP_Nagios_Server> -p 5666
Starting Nmap 6.40 ( http://nmap.org ) at 2016-02-23 20:22 CET
Nmap scan report for <Name_Nagios_Server> (<IP_Nagios_Server>)
Host is up (0.00083s latency).
PORT STATE SERVICE
5666/tcp filtered nrpe
Nmap done: 1 IP address (1 host up) scanned in 5.58 seconds
thanks!