Solaris - CHECK_NRPE: Error - Could not complete SSL handsha
Posted: Wed Mar 26, 2014 8:45 am
Hi,
I am having an error on a Solaris 10 (x86) server with NRPE. First, I tried to install the solaris agent (solaris-nrpe-agent.tar.gz); the install works, but I get the following error in the logs when I try to start the agent:
I then tried to install NRPE from source, again the install works fine and this time the NRPE agent starts, but I always get:
CHECK_NRPE: Error - Could not complete SSL handshake.
When I run the command:
(I get the same error when I run the command from the Nagios server)
I had a look in the troubleshooting section of the NRPE document and have made sure that the allowed hosts section of /etc/nagios/nrpe.cfg contains 127.0.0.1. Here is the NRPE process that runs:
And here is the config:
I tried different versions of NRPE - 2.12, 2.14 and 2.15 but the SSL error is always the same. I even tried installing openssl from source and configuring NRPE against that, but still no luck.
Do you have any suggestions or has anybody else experienced the same issue?
Thanks,
Michael
I am having an error on a Solaris 10 (x86) server with NRPE. First, I tried to install the solaris agent (solaris-nrpe-agent.tar.gz); the install works, but I get the following error in the logs when I try to start the agent:
Code: Select all
nrpe: fatal: libc.so.1: version `SUNW_1.22.7' not found (required by file /opt/nagios/bin/nrpeCHECK_NRPE: Error - Could not complete SSL handshake.
When I run the command:
Code: Select all
/opt/nagios/libexec/check_nrpe -H 127.0.0.1I had a look in the troubleshooting section of the NRPE document and have made sure that the allowed hosts section of /etc/nagios/nrpe.cfg contains 127.0.0.1. Here is the NRPE process that runs:
Code: Select all
# ps -ef | grep nrpe
nagios 21336 1 0 12:26:10 ? 0:00 /opt/nagios/bin/nrpe -c /etc/nagios/nrpe.cfg -d
Code: Select all
# grep allowed_hosts /etc/nagios/nrpe.cfg
allowed_hosts=127.0.0.1,<IP_ADDR_OF_NAGIOS_SERVER>
Do you have any suggestions or has anybody else experienced the same issue?
Thanks,
Michael