From 0e0602a24d53a3c753f2e9a9820e01cd44d4e663 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Wed, 28 Apr 2021 20:21:34 -0400 Subject: [PATCH] roost-api: Add check for HTTPS service --- local.d/roost-api.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/local.d/roost-api.cfg b/local.d/roost-api.cfg index 5f603d1..2fa164a 100644 --- a/local.d/roost-api.cfg +++ b/local.d/roost-api.cfg @@ -17,3 +17,12 @@ define service { service_description RUN-ROOST-NG check_command check_byssh_service!roost-ng.service } + +define service { + name roost-api-https + use adehnert-service + service_description HTTPS + check_command check_https_hostname + __check_cert_expiry_days 10 + host_name roost-api +} -- 2.34.1