From e7df39cfe8914603a3d3dc9930737fec93d152f6 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 26 Sep 2021 22:59:44 -0400 Subject: [PATCH] roost-api: Add zephyr/zulip bridge monitoring --- local.d/roost-api.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local.d/roost-api.cfg b/local.d/roost-api.cfg index 2fa164a..2b2bffc 100644 --- a/local.d/roost-api.cfg +++ b/local.d/roost-api.cfg @@ -18,6 +18,13 @@ define service { check_command check_byssh_service!roost-ng.service } +define service { + use adehnert-service + host_name roost-api + service_description RUN-ZEPHYR-ZULIP + check_command check_byssh_service!zephyr-zulip.service +} + define service { name roost-api-https use adehnert-service -- 2.34.1