1
0
Fork 0

Add group wait delay

This commit is contained in:
Malte Brandy 2020-06-13 20:26:22 +02:00
parent 2d7068127b
commit 5e0627153c
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -16,8 +16,8 @@
};
route = {
group_by = [ ];
group_wait = "10s";
group_interval = "10s";
group_wait = "60s";
group_interval = "5m";
repeat_interval = "168h";
receiver = "alerts";
};