From: Alex Dehnert Date: Sun, 3 Oct 2021 02:41:34 +0000 (-0400) Subject: wieliczka: Add a check that Salt can talk to Vault X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=0e7322098bfa47d70162bdfa5f57321ac9490179;p=sysconfig%2Fnagios3.git wieliczka: Add a check that Salt can talk to Vault --- 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 +}