forked from hacc/haccfiles
monit: increase delay for deployed-commit-on-main
there's little point in having it alert while people are working on the config & test-deploying things; it's meant to remind later, in case we forget committing the result.
This commit is contained in:
parent
d933a6ef98
commit
efadc5ada9
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ in
|
|||
then restart
|
||||
|
||||
check program deployed-commit-on-main path ${lib.getExe checkHash}
|
||||
if status == 1 for 10 cycles then alert
|
||||
if status == 1 for 64 cycles then alert
|
||||
if status == 2 for 3 cycles then alert
|
||||
|
||||
check program is-system-running path ${pkgs.systemd}/bin/systemctl is-system-running
|
||||
|
|
Loading…
Reference in a new issue