Check_nrpe .... Socket timeout after 10 seconds.
Posted: Wed Jun 13, 2012 10:01 am
Hello,
After looking everywhere on the net I came across this issue. When I check nrpe with the folowing command
/usr/local/nagios/libexec/check_nrpe -H localhost error message
CHECK_NRPE: Socket timeout after 10 seconds.
I discovered it has to do with ssl. Then I tried this command
/usr/local/nagios/libexec/check_nrpe -n -H localhost
and I get the nrpe version means it works.
So i found out through searching the net that I needed the ssl support in nrpe configured.
So I downloaded all the necessary packages and installed them. Then I re ran the nagios plugins and nrpe installation with the ssl option witht he following command
./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/i386-linux-gnu
Everything seems to be fine. I ran into the same problem again.
What am I missing? Any help would be appreciated.
Thanks
Ubuntu 12.04 LTS
After looking everywhere on the net I came across this issue. When I check nrpe with the folowing command
/usr/local/nagios/libexec/check_nrpe -H localhost error message
CHECK_NRPE: Socket timeout after 10 seconds.
I discovered it has to do with ssl. Then I tried this command
/usr/local/nagios/libexec/check_nrpe -n -H localhost
and I get the nrpe version means it works.
So i found out through searching the net that I needed the ssl support in nrpe configured.
So I downloaded all the necessary packages and installed them. Then I re ran the nagios plugins and nrpe installation with the ssl option witht he following command
./configure --with-ssl=/usr/bin/openssl --with-ssl-lib=/usr/lib/i386-linux-gnu
Everything seems to be fine. I ran into the same problem again.
What am I missing? Any help would be appreciated.
Thanks
Ubuntu 12.04 LTS