...
1global:
2 smtp_smarthost: 'localhost:25'
3 smtp_from: 'alertmanager@example.org'
4 smtp_auth_username: ''
5 smtp_auth_password: ''
6 smtp_hello: ''
7 slack_api_url: 'https://slack.com/webhook'
8templates:
9 - '/etc/alertmanager/template/*.tmpl'
10route:
11 group_by: ['alertname', 'cluster', 'service']
12 receiver: team-X-mails
13 routes:
14 - match_re:
15 service: ^(foo1|foo2|baz)$
16 receiver: team-X-mails
17receivers:
18 - name: 'team-X-mails'
19 email_configs:
20 - to: 'team-X+alerts@example.org'
View as plain text