Search found 1 match
- Sun Nov 19, 2017 8:53 pm
- Forum: Open Source Nagios Projects
- Topic: CHECK_NRPE: Error - Could not complete SSL handshake
- Replies: 14
- Views: 7226
Re: CHECK_NRPE: Error - Could not complete SSL handshake
In my case, it was a duplicate nrpe.cfg on the client. # find / -name 'nrpe.cfg' /etc/nagios/nrpe.cfg /etc/nrpe.cfg 1. Verify which nrpe is active:- ps -ef|grep -i nrpe nagios 1974 1 0 09:44 ? 00:00:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -d root 7755 8442 0 09:51 pts/0 00:00:00 grep --color=auto ...