From: Alex Dehnert Date: Thu, 1 Aug 2024 05:29:38 +0000 (+0000) Subject: chankillo: Check the cert in the right check X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=71a640d56cdbc03cae534708d96d97dcb52d8527;p=sysconfig%2Fnagios3.git chankillo: Check the cert in the right check Not that it's *wrong* exactly to check in the Mailman check, but if Mailman ever moves hosts, we wouldn't want to leave the main host unchecked. --- diff --git a/local.d/chankillo.cfg b/local.d/chankillo.cfg index 70a6a25..4dcbbd0 100644 --- a/local.d/chankillo.cfg +++ b/local.d/chankillo.cfg @@ -27,6 +27,7 @@ define service { use adehnert-service service_description HTTPS check_command check_https_hostname + __check_cert_expiry_days 10 host_name chankillo } @@ -35,7 +36,6 @@ define service { use adehnert-service service_description MAILMAN-WEB check_command check_https_hostname!-uhttps://www.dehnerts.com/mailman3/ - __check_cert_expiry_days 10 host_name chankillo }