i keep receiving errors when i try and check services on nt boxes such as…
[root@lookout libexec]# ./check_nrpe -H 208.51.238.4 -p 5666 -c nt_test
CHECK_NRPE: Error receiving data from host.
the commands run fine locally,., i checked the nrpe_nt.log file and i notcied
2005-04-24 15:16:36; 5556; 7;SSL error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:
2005-04-24 15:17:03; 2840; 4;Error: Could not complete SSL handshake. 1:1:0
2005-04-24 15:17:03; 2840; 7;SSL error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:
2005-04-24 15:17:36; 4120; 4;Error: Could not complete SSL handshake. 1:1:0
2005-04-24 15:17:36; 4120; 7;SSL error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:
so im assuming i have to run nrpe with ssl enabled ?.. anyone have any suggestions ideas?