2017-06-20 17:09:14 +00:00
|
|
|
global:
|
|
|
|
smtp_smarthost: 'localhost:25'
|
|
|
|
smtp_from: 'alertmanager@example.org'
|
|
|
|
smtp_auth_username: ''
|
|
|
|
smtp_auth_password: ''
|
2017-07-18 07:32:57 +00:00
|
|
|
smtp_hello: ''
|
2017-06-20 17:09:14 +00:00
|
|
|
hipchat_auth_token: 'mysecret'
|
2017-11-11 14:01:21 +00:00
|
|
|
hipchat_api_url: 'https://hipchat.foobar.org/'
|
2018-10-05 17:29:52 +00:00
|
|
|
slack_api_url: 'https://slack.com/webhook'
|
2017-06-20 17:09:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
templates:
|
|
|
|
- '/etc/alertmanager/template/*.tmpl'
|
|
|
|
|
|
|
|
route:
|
|
|
|
group_by: ['alertname', 'cluster', 'service']
|
|
|
|
|
|
|
|
receiver: team-X-mails
|
|
|
|
routes:
|
|
|
|
- match_re:
|
|
|
|
service: ^(foo1|foo2|baz)$
|
|
|
|
receiver: team-X-mails
|
|
|
|
|
|
|
|
receivers:
|
|
|
|
- name: 'team-X-mails'
|
|
|
|
email_configs:
|
|
|
|
- to: 'team-X+alerts@example.org'
|