check_ldap: add certificate support#1195
Conversation
Here's a patch adding the certificate expiration check feature to the ldap plugin, based on the http plugin. For some unknown reason, probably due to the way secure connection is established, it doesn't work with the --ssl options, only for the --starttls one. -- Just turning attached patch of github issue monitoring-plugins#1067 into a push request. (Closes monitoring-plugins#1067)
by Geoff Oakham <goakham at oanda.com> Patch of check_ping that allows it to gracefully handle when ping outputs to stderr "Warning: time of day goes back (-XXXXus), taking countermeasures." Closes: monitoring-plugins#809 and monitoring-plugins#1195
|
On 29.01.2014 04:58, Thomas Guyot-Sionnest wrote:
That's because - as far as I can tell without examining the code -
The fact that STARTTLS, more precisely the proper point at which to Kind regards, J. BernNEU - NEC IT-Infrastruktur-Produkte im http://www.linworks-shop.de/: |
441913d to
40c870e
Compare

Here's a patch adding the certificate expiration check feature to the ldap
plugin, based on the http plugin. For some unknown reason, probably due to
the way secure connection is established, it doesn't work with the
--ssloptions, only for the
--starttlsone.Just turning attached patch of github issue #1067 into a push request.
(Closes #1067)