CHECK_NRPE: Error – Could not complete SSL handshake”

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

CHECK_NRPE: Error – Could not complete SSL handshake”

Post by nagarjuna »

Dear Team,

We have configured nagios core 4.0.7 and using nrpe-2.15 with nagios-plugin-2.0
We have completely monitoring suse linux 11.2 and Windows Server 2008 R2.
But we have configured one AIX Box with NRPE from following link

http://assets.nagios.com/downloads/nagi ... Nagios.pdf

after completing of all stuffs from both side. we are getting this CHECK_NRPE: Error – Could not complete SSL handshake” in my Nagios.

As we have checked in client side ssh is working for nagios server.
but we are not able to do ssh from nagios server for AIX.

SSH should be working for monitoring checks on nagios core system for AIX?

Thanks in advanced.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: CHECK_NRPE: Error – Could not complete SSL handshake”

Post by sreinhardt »

If you are using nrpe, there is no need to configure ssh from nagios as well. Do you have the needed openssl libraries on the AIX system and was nrpe on that system compiled with SSL? You might try adding -n to both the server and client, and make sure that you can communicate without ssl first. Also from the nagios machine try:

Code: Select all

nmap -p 5666 [aix hostname\IP]
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
nagarjuna
Posts: 133
Joined: Mon Dec 09, 2013 2:11 am

Re: CHECK_NRPE: Error – Could not complete SSL handshake”

Post by nagarjuna »

sorry for late reply.

Thank you very much, it is working without ssl with -n option.

You can close this
Locked