From: Alex Dehnert Date: Thu, 1 Aug 2024 05:26:42 +0000 (+0000) Subject: mailman: Do a basic check that the web interface works X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=HEAD;p=sysconfig%2Fnagios3.git mailman: Do a basic check that the web interface works Apparently every year the PostgreSQL CA needs to be rotated, and if it's not Mailman ends up 500ing. Maybe this way I'll figure out in a timely fashion. --- diff --git a/local.d/chankillo.cfg b/local.d/chankillo.cfg index 50239f3..70a6a25 100644 --- a/local.d/chankillo.cfg +++ b/local.d/chankillo.cfg @@ -27,6 +27,14 @@ define service { use adehnert-service service_description HTTPS check_command check_https_hostname + host_name chankillo +} + +define service { + name mailman-web + 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 }