Hi,
I was not congiure nagios on one of my Linux servers
This is the error i get
"CHECK_NRPE: Error - Could not complete SSL handshake"
Is this any known issue, what should i do for this?
Please help.
not able to configure on one of my linux
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: not able to configure on one of my linux
Check that you Nagios servers IP address is listed correctly in the remote machine's /etc/xinetd.d/nrpe under the only_from section.
then restart xinetd
then restart xinetd
service xinetd restart
-
srikanth.kallu
- Posts: 243
- Joined: Thu Jul 26, 2012 10:48 am
Re: not able to configure on one of my linux
Thank You! It worked.