Increase repeat to 7 days

This commit is contained in:
Sandro - 2022-12-18 00:47:35 +01:00
parent b549947a39
commit 845bea7584
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 2 deletions

View File

@ -29,12 +29,11 @@
webExternalUrl = "https://prometheus.serv.zentralwerk.org/alertmanager/"; webExternalUrl = "https://prometheus.serv.zentralwerk.org/alertmanager/";
listenAddress = "[::1]"; listenAddress = "[::1]";
configuration = { configuration = {
"global" = { };
"route" = { "route" = {
"group_by" = [ "instance" ]; "group_by" = [ "instance" ];
"group_wait" = "1m"; "group_wait" = "1m";
"group_interval" = "1m"; "group_interval" = "1m";
"repeat_interval" = "4h"; "repeat_interval" = "7d";
"receiver" = "xmpp"; "receiver" = "xmpp";
}; };
"receivers" = [{ "receivers" = [{