From: Alex Dehnert Date: Sat, 6 Jul 2013 18:37:04 +0000 (-0400) Subject: Warn on olinda cert expiry only 10 days early X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=e2ca2d014bebdc9292f7ccb3521414b4e6c6df85;p=sysconfig%2Fnagios3.git Warn on olinda cert expiry only 10 days early StartSSL doesn't want to renew my cert 14 days early, apparently. :( --- diff --git a/local.d/olinda.cfg b/local.d/olinda.cfg index 49372cd..b9270f8 100644 --- a/local.d/olinda.cfg +++ b/local.d/olinda.cfg @@ -26,6 +26,7 @@ define service { use adehnert-service service_description HTTPS check_command check_https + __check_cert_expiry_days 10 host_name olinda }