NRPE disable SSL (mixed environments)

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
activenodes
Posts: 13
Joined: Thu Oct 04, 2012 10:27 am

NRPE disable SSL (mixed environments)

Post 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.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRPE disable SSL (mixed environments)

Post 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.
Locked