From 60f848b55dd5584a3669e3795228787e50a28063 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Tue, 30 May 2023 16:03:22 -0500 Subject: [PATCH] Extending check interval for warrant canary checks --- roles/Sharingan/files/monit/checks/warrant-canary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/Sharingan/files/monit/checks/warrant-canary b/roles/Sharingan/files/monit/checks/warrant-canary index f02cced..dc7fb15 100644 --- a/roles/Sharingan/files/monit/checks/warrant-canary +++ b/roles/Sharingan/files/monit/checks/warrant-canary @@ -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"