From: Alex Dehnert Date: Sun, 27 Apr 2025 04:13:55 +0000 (+0000) Subject: postgres: Check age of certs on chankillo & roost-api X-Git-Url: https://www.dehnerts.com/gitweb/?a=commitdiff_plain;h=9202433d678d574f0d3a78afd896a7e605bee7c8;p=sysconfig%2Fnagios3.git postgres: Check age of certs on chankillo & roost-api --- diff --git a/local.d/adehnert-host.cfg b/local.d/adehnert-host.cfg index d742185..df814e0 100644 --- a/local.d/adehnert-host.cfg +++ b/local.d/adehnert-host.cfg @@ -119,3 +119,12 @@ define service { service_description SIGN-SSH check_command check_byssh_service_failed!sign-ssh-keys } + +# Few-host checks + +define service { + use adehnert-service + host_name chankillo,roost-api + service_description CERT-AGE + check_command check_byssh_generic!check_file_age client-certs +}