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
gofur
Posts: 4
Joined: Tue Aug 14, 2012 8:55 pm

CHECK_NRPE: Error - Could not complete SSL handshake

Post by gofur »

I tried to monitor AIX OS 7.1 but Nagios warning me : " CHECK_NRPE: ERROR Could not complete SSL handshake". Please help and let me know how can I resolve this issue
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Post by scottwilkerson »

make sure you have your Nagios XI server's IP address in the allowed_hosts field in the nrpe.cfg

then restart the nrpe daemon
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Kirk
Posts: 5
Joined: Mon Jan 21, 2013 2:21 pm

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Post by Kirk »

How did you get it to work gofur?
We get a "This platform (aix7.1) is not currently supported"
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Post by scottwilkerson »

I need to first say we haven't tested in house the install script on AIX 7, so this is undocumented and untested.

That said, it may be possible to change line 46 of fullinstall script from

Code: Select all

	aix6.1|aix5.3)
to

Code: Select all

	aix7.1|aix6.1|aix5.3)
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked