This depends on adehnert-sysconfig/salt commit
6ce2078ddb3a2e, and adds the
check proposed in
https://gitlab.com/adehnert-sysconfig/salt/-/issues/28#note_2457313345
# Often takes more than 10 seconds to run
check_command check_byssh_generic_slow!check_salt_vault
}
+
+define service {
+ # Check infrequently, because this is really for expiry checking
+ # But catch the recovery quickly ish
+ use adehnert-rare-service
+ retry_interval 15
+ host_name wieliczka
+ service_description SALT-VAULT-SECRET
+ check_command check_byssh_generic!check_file_age salt-vault-secrets
+ contact_groups adehnert-priv
+}