This commit is contained in:
parent
73c19cc58d
commit
0e61131c1b
3 changed files with 22 additions and 6 deletions
|
@ -3,13 +3,15 @@
|
|||
# - https://github.com/prometheus/alertmanager/blob/48a99764a1fc9279fc828de83e7a03ae2219abc7/doc/examples/simple.yml
|
||||
|
||||
route:
|
||||
group_by: ["alertname", "site", "type", "hypervisor"]
|
||||
|
||||
receiver: 'ccchh-infrastructure-alerts'
|
||||
group_by: [ "alertname", "site", "type", "hypervisor" ]
|
||||
group_wait: 30s
|
||||
group_interval: 5m
|
||||
repeat_interval: 3h
|
||||
|
||||
receiver: ccchh-infrastructure-alerts
|
||||
routes:
|
||||
- matchers:
|
||||
- org="ccchh"
|
||||
receiver: 'ccchh-infrastructure-alerts'
|
||||
|
||||
|
||||
{# Disable these for now, but might be interesting in the future.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue