mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 22:11:33 +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 =
|
||||
let
|
||||
mkHttpCheck =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue