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.
NRPE disable SSL (mixed environments)
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: NRPE disable SSL (mixed environments)
You can disable SSL on a check specific basis by adding the
flag to the check.
Short of that you may have to disable SSL server wide. Or recompile NRPE without SSL support.
Code: Select all
-nShort of that you may have to disable SSL server wide. Or recompile NRPE without SSL support.