wieliczka: Add a check that Salt can talk to Vault
authorAlex Dehnert <alex@dehnerts.com>
Sun, 3 Oct 2021 02:41:34 +0000 (22:41 -0400)
committerAlex Dehnert <alex@dehnerts.com>
Sun, 3 Oct 2021 02:41:34 +0000 (22:41 -0400)
local.d/wieliczka.cfg

index e32c73ea9f95cfa4f5a4263cea3c36b0b98e7b73..0f538052a5cd20807a8aa9ceb6bf215f607fb648 100644 (file)
@@ -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
+}