I get this error and I am a bit confused. From the server I issue:
Code: Select all
/usr/local/nagios/libexec/check_nrpe -H kdb-db-test1.kdb.stil.dk
CHECK_NRPE: Error - Could not complete SSL handshake.Code: Select all
[1509259601] Error: (use_ssl == false): Request packet version was invalid!
[1509259601] Could not read request from client , bailing out...Code: Select all
cat /etc/xinetd.d/nrpe
service nrpe
{
disable = no
per_source = 25
socket_type = stream
port = 5666
wait = no
user = nagios
group = nagios
server = /usr/local/nagios/bin/nrpe
server_args = -n -4 -c /usr/local/nagios/etc/nrpe.cfg --inetd
only_from = 195.231.243.237 127.0.0.1
log_on_success =
}
Any ideas?
Best
/Jan