mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-22 14:03:10 +00:00
48a99764a1
* *: bump to Go 1.17 Signed-off-by: Simon Pasquier <spasquie@redhat.com> * *: fix yamllint errors Signed-off-by: Simon Pasquier <spasquie@redhat.com>
15 lines
315 B
YAML
15 lines
315 B
YAML
route:
|
|
group_by: ['alertname', 'cluster', 'service']
|
|
group_wait: 30s
|
|
group_interval: 5m
|
|
repeat_interval: 3h
|
|
receiver: team-X-victorops
|
|
routes:
|
|
- match:
|
|
service: foo
|
|
receiver: team-X-victorops
|
|
receivers:
|
|
- name: 'team-X-victorops'
|
|
victorops_configs:
|
|
- routing_key: 'team-X'
|