chankillo: Check the cert in the right check
authorAlex Dehnert <alex@dehnerts.com>
Thu, 1 Aug 2024 05:29:38 +0000 (05:29 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Thu, 1 Aug 2024 05:29:38 +0000 (05:29 +0000)
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.

local.d/chankillo.cfg

index 70a6a256b75a5ee567baaa3e95954d07306f29c5..4dcbbd01a2cad72ad02cd4db53556ca42e027bd2 100644 (file)
@@ -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
 }