Search found 14 matches

by ddolecki108
Thu Apr 20, 2017 8:33 am
Forum: Open Source Nagios Projects
Topic: Disabling SSL in REALLY old Nagios self compiled setup
Replies: 19
Views: 9240

Re: Disabling SSL in REALLY old Nagios self compiled setup

I tried compiling nrpe without ssl, but could not:


[nrpe-3.0.1]# ./configure --enable-command-args --without-openssl

<snip>
configure: WARNING: unrecognized options: --without-openssl
by ddolecki108
Wed Apr 19, 2017 4:58 pm
Forum: Open Source Nagios Projects
Topic: Disabling SSL in REALLY old Nagios self compiled setup
Replies: 19
Views: 9240

Re: Disabling SSL in REALLY old Nagios self compiled setup

I will post command output tomorrow.
It appears that I need to compile nrpe without ssl support, is that possible?
This page does not give any indication of the arguments to the configure command: https://support.nagios.com/kb/article.php?id=515
by ddolecki108
Wed Apr 19, 2017 3:43 pm
Forum: Open Source Nagios Projects
Topic: Disabling SSL in REALLY old Nagios self compiled setup
Replies: 19
Views: 9240

Re: Disabling SSL in REALLY old Nagios self compiled setup

I did not make myself clear. We are using SSL and we tried check_nrpe -n to disable SSL but that did not work. Some older clients work fine with the ciphers currently being used, however, the check fails on newer clients with stronger ciphers, we would like for this to work on the newer clients with...
by ddolecki108
Wed Apr 19, 2017 3:25 pm
Forum: Open Source Nagios Projects
Topic: Disabling SSL in REALLY old Nagios self compiled setup
Replies: 19
Views: 9240

Disabling SSL in REALLY old Nagios self compiled setup

Hi,

How to disable SSL in a really really old compilation of Nagios? Please hit me with ideas, I will send version number in a follow up post.
I am assuming that nagios was compiled with SSL support, "way back when".

Thank you very very much.