check_http for ssl certificate expiry check not working!
lakshmi narayanan sadagopan <[email protected]> Wed, 25 Mar 2015 16:19:13 -0700
| Newsgroups | gmane.network.nagios.plugins |
|---|---|
| Message-ID | <CAApYPUgpYAqMDHwK2eTnFWkcb_xhfNw9XsRYrVp7Ow1T9dapcg__2722.41294519535$1427357112$gmane$org@mail.gmail.com> |
Hi, I was going over the check_http writeup you have at https://www.monitoring-plugins.org/doc/man/check_http.html . I am able to use check_http to trigger a WARNING state based on a single expiry day threshold but not for a range. So, for example *This works* check_http -H www.verisign.com -C 14 *but this doesn't.* check_http -H www.verisign.com -C 30,14 Would you know how I can get around this? Your help is much appreciated. Regards Lakshmi