From 9202433d678d574f0d3a78afd896a7e605bee7c8 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 27 Apr 2025 04:13:55 +0000 Subject: [PATCH] postgres: Check age of certs on chankillo & roost-api --- local.d/adehnert-host.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) 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 +} -- 2.34.1