[Nagiosplug-devel] Suggest using quotes instead of apostrophes around the certificate name in sslutils.c for check_http

Rod Payne roderickhpayne at gmail.com
Wed Aug 14 03:59:31 CEST 2013


I would like to suggest using quotes (\”) instead of apostrophes (‘) around
the certificate name in sslutils.c for check_http so that Nagios displays
the name in quotes instead of surrounded by “'”.  (BTW, displaying the
name is an excellent enhancement.)



check_http v1.4.16 (nagios-plugins 1.4.16)



Before:

COMMAND: /usr/local/nagios/libexec/check_http -I 10.11.252.246 -C 30

OUTPUT: OK - Certificate 'mail.kaleidahealth.org' will
expire on 10/21/2014 12:00.



After:

COMMAND: /usr/local/nagios/libexec/check_http -I 10.11.252.246 -C 30

OUTPUT: OK - Certificate "mail.kaleidahealth.org" will expire on
10/21/2014 12:00.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20130813/33f89d3f/attachment.html>


More information about the Devel mailing list