Set maintenance windows for Gatus
This commit is contained in:
parent
ef3fb27126
commit
d052deb68d
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ in {
|
||||||
environmentFile = config.sops.secrets."gatus/env".path;
|
environmentFile = config.sops.secrets."gatus/env".path;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
maintenance = {
|
||||||
|
start = "00:00";
|
||||||
|
duration = "5h";
|
||||||
|
timezone = "Europe/Amsterdam";
|
||||||
|
};
|
||||||
|
|
||||||
alerting = let
|
alerting = let
|
||||||
default-alert = {
|
default-alert = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue