From 71a640d56cdbc03cae534708d96d97dcb52d8527 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Thu, 1 Aug 2024 05:29:38 +0000 Subject: [PATCH] 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. --- local.d/chankillo.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.34.1