Search found 3 matches

by hilly
Tue Jan 05, 2021 4:41 pm
Forum: Open Source Nagios Projects
Topic: NSclient SSL errors with SSL disabled
Replies: 4
Views: 6006

Re: NSclient SSL errors with SSL disabled

No worries, that little "-n" is easy to miss.

Everything else I have using legacy clients works without SSL. Also, my requirements for this project are to not use SSL.
I just can't figure out why it is apparently ignoring the "use ssl = false" directive.
by hilly
Tue Jan 05, 2021 12:26 pm
Forum: Open Source Nagios Projects
Topic: NSclient SSL errors with SSL disabled
Replies: 4
Views: 6006

Re: NSclient SSL errors with SSL disabled

Disabling SSL in check_nrpe is in the command line I listed. It's the "-n", which is the short form of "--no-ssl"

root@monitor:/usr/local/nagios/libexec# ./check_nrpe -H 172.16.7.11 -n -4 -p 5666
by hilly
Tue Jan 05, 2021 9:58 am
Forum: Open Source Nagios Projects
Topic: NSclient SSL errors with SSL disabled
Replies: 4
Views: 6006

NSclient SSL errors with SSL disabled

I've been upgrading to a newer version (0.5.2.35) of the NSClient++ on the Windows servers we monitor. Initially I need to get the clients communicating without using SSL. My nsclient.ini looks like this: [/settings/default] allowed hosts = 172.16.5.1 [/settings/log] file name nsclient-debug.log lev...