ansible-ffibk/roles/service-prometheus/files/alertmanager.yml

18 lines
370 B
YAML
Raw Normal View History

2017-12-05 05:58:34 +01:00
global:
smtp_from: "admin@freifunk-mwu.de"
smtp_smarthost: "localhost:25"
smtp_require_tls: false
2017-12-05 05:58:34 +01:00
route:
group_by: ['alertname', 'alertstate', 'cluster', 'service']
2017-12-05 05:58:34 +01:00
group_wait: 30s
group_interval: 5m
repeat_interval: 3h
receiver: 'email'
2017-12-05 05:58:34 +01:00
receivers:
- name: 'email'
email_configs:
- send_resolved: true
to: "admin@lists.freifunk-mwu.de"