I have installed nagios server including nrpe & nagios plugins. Its working properly.
However I am trying to install nrpe & nagios plugins for remote host monitoring using nagios server, After the configuration is done & I am running below command for testing:
/usr/local/nagios/libexec/check_nrpe -H localhost
Output:
CHECK_NRPE: Socket timeout after 10 seconds. (And for some of the services its giving)
CHECK_NRPE: Error - Could not complete SSL handshake.
The port 5666 is listening on that server.
Can anyone please let me know what other changes to be made to get proper results of the above command.
Also please let me know if you need any more details about the configurations.
Sometimes this might also mean that the server is trying to perform a check with SSL while the NRPE daemon is not running with the SSL option (or the other way around).
Could you try running the check like below ?