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