increase repeat interval
This commit is contained in:
parent
fe03ff3dd6
commit
d9743788cb
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ data:
|
||||||
group_by: ['alertname']
|
group_by: ['alertname']
|
||||||
group_wait: 30s
|
group_wait: 30s
|
||||||
group_interval: 30s
|
group_interval: 30s
|
||||||
repeat_interval: 3h
|
repeat_interval: 24h
|
||||||
receiver: 'tg1'
|
receiver: 'tg1'
|
||||||
routes:
|
routes:
|
||||||
- matchers:
|
- matchers:
|
||||||
|
|
Loading…
Reference in a new issue