mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-18 03:27:04 +00:00
Teams config option will fail unmarshalling as it is deprecated. Fixes https://github.com/prometheus/alertmanager/issues/1818 Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
19 lines
342 B
YAML
19 lines
342 B
YAML
global:
|
|
opsgenie_api_key: asd132
|
|
|
|
route:
|
|
group_by: ['alertname', 'cluster', 'service']
|
|
group_wait: 30s
|
|
group_interval: 5m
|
|
repeat_interval: 3h
|
|
receiver: escalation-Y-opsgenie
|
|
routes:
|
|
- match:
|
|
service: foo
|
|
receiver: team-X-opsgenie
|
|
|
|
receivers:
|
|
- name: 'team-X-opsgenie'
|
|
opsgenie_configs:
|
|
- teams: 'team-X'
|