mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 06:54:25 +01:00
Add maintenance window to gatus
This commit is contained in:
parent
5fd5acc8a4
commit
d6245fada0
1 changed files with 6 additions and 0 deletions
|
|
@ -47,6 +47,12 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
maintenance = {
|
||||||
|
start = "03:00";
|
||||||
|
duration = "1h";
|
||||||
|
timezone = "Europe/Berlin";
|
||||||
|
};
|
||||||
|
|
||||||
endpoints =
|
endpoints =
|
||||||
let
|
let
|
||||||
mkHttpCheck =
|
mkHttpCheck =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue