Page 1 of 1

CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Tue Aug 28, 2012 2:32 am
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

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Tue Aug 28, 2012 7:56 am
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

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Mon Jan 21, 2013 3:03 pm
by Kirk
How did you get it to work gofur?
We get a "This platform (aix7.1) is not currently supported"

Re: CHECK_NRPE: Error - Could not complete SSL handshake

Posted: Tue Jan 22, 2013 9:57 am
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)