CHECK_NRPE: Error - Could not complete SSL handshake

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
gselvakumar
Posts: 96
Joined: Wed Mar 02, 2016 4:52 am

CHECK_NRPE: Error - Could not complete SSL handshake

Post by gselvakumar »

Hi Team,

We have two linux server whose nagios agent was working till 17 Feb but suddenly we are getting "CHECK_NRPE: Error - Could not complete SSL handshake".No changes was done to the server.We checked allowed host in nrpe.cfg file and /etc/xinetd.d/nrpe file.It is present in it.We also checked port 5666 is open in both servers.Could please help.
Thanks & Regards,
Gomathyshankar Selvakumar
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Post by mcapra »

Can you share the output of the following commands executed from the CLI of your Nagios XI machine:

Code: Select all

# yum install nmap if not already installed
nmap -sS -O -p5666 192.168.67.97
/usr/local/nagios/libexec/check_nrpe
/usr/local/nagios/libexec/check_nrpe -H <remote_host> -n
/usr/local/nagios/libexec/check_nrpe -H <remote_host>
From the remote machine, can you share the outputs of:

Code: Select all

cat /usr/local/nagios/etc/nrpe.cfg
cat /etc/xinetd.d/nrpe
netstat -an | grep 5666
cat /etc/*lease
Former Nagios employee
https://www.mcapra.com/
Locked