From 0e7322098bfa47d70162bdfa5f57321ac9490179 Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sat, 2 Oct 2021 22:41:34 -0400 Subject: [PATCH] wieliczka: Add a check that Salt can talk to Vault --- local.d/wieliczka.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/local.d/wieliczka.cfg b/local.d/wieliczka.cfg index e32c73e..0f53805 100644 --- a/local.d/wieliczka.cfg +++ b/local.d/wieliczka.cfg @@ -10,3 +10,10 @@ define service { service_description RUN-SALT-MASTER check_command check_byssh_service!salt-master.service } + +define service { + use adehnert-service + host_name wieliczka + service_description SALT-VAULT + check_command check_byssh_generic!check_salt_vault +} -- 2.34.1