Extending check interval for warrant canary checks

This commit is contained in:
DarkFeather 2023-05-30 16:03:22 -05:00
parent 75bf57c131
commit 60f848b55d
Signed by: DarkFeather
GPG Key ID: 1CC1E3F4ED06F296
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
check program warrant_canary with path "/etc/monit.d/scripts/check-warrant-canary"
if status != 0 then exec "/etc/monit.d/scripts/critical Warrant Canary needs to be updated"
if status != 0 for 5 times within 5 cycles then exec "/etc/monit.d/scripts/critical Warrant Canary needs to be updated"