Page 1 of 1

NRPE disable SSL (mixed environments)

Posted: Thu Oct 04, 2012 3:39 pm
by activenodes
Please, how can we have SSL disabled between the remote-servers (clients) and the nagios-server?
We have an issue of different Linux-OS and there seems to be a problem pointing to SSL version.

Sincerely, Ed. Thanks.

Re: NRPE disable SSL (mixed environments)

Posted: Thu Oct 04, 2012 4:04 pm
by slansing
You can disable SSL on a check specific basis by adding the

Code: Select all

-n
flag to the check.

Short of that you may have to disable SSL server wide. Or recompile NRPE without SSL support.