CHECK_NRPE: Error - Could not complete SSL handshake
CHECK_NRPE: Error - Could not complete SSL handshake
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
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
then restart the nrpe daemon
Re: CHECK_NRPE: Error - Could not complete SSL handshake
How did you get it to work gofur?
We get a "This platform (aix7.1) is not currently supported"
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
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
to
That said, it may be possible to change line 46 of fullinstall script from
Code: Select all
aix6.1|aix5.3)Code: Select all
aix7.1|aix6.1|aix5.3)