Problem with check_nrpe

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
TaNabe
Posts: 1
Joined: Thu Jan 20, 2011 9:56 pm

Problem with check_nrpe

Post by TaNabe »

Hi
I'm having a problem with check_nrpe command

I'm running nagios server and client on Red Hat Enterprise Linux 5. Both on different server.
I having a web portal to be monitored so i need an advice

My nagios server is 192.168.201.112 and the client is 192.168.200.209
When i run command ./check_nrpe -H 192.168.200.209 from nagios server it will return message
NRPE v2.12

When i run command ./check_nrpe -H 192.168.200.209 -p 9080 from nagios server it will return message
CHECK_NRPE: Socket timeout after 10 seconds.

When i run command ./check_nrpe -H 192.168.200.209 -p 9080 -t 30 from nagios server it will return message
CHECK_NRPE: Error - Could not complete SSL handshake.

I check my connection using telnet command

telnet 192.168.200.209 9080
Trying 192.168.200.209...
Connected to 192.168.200.209 (192.168.200.209).
Escape character is '^]'.
^]

So the connection should be ok. Is there any setting do i need to check? Please advice
Thanks.
Locked