ansible-ffibk/roles/service-prometheus/files/alertmanager.yml
2019-02-15 11:41:55 +01:00

21 lines
475 B
YAML

global:
smtp_from: "admin@freifunk-mwu.de"
smtp_smarthost: "localhost:25"
smtp_require_tls: false
route:
group_by: ['alertname', 'alertstate', 'cluster', 'service']
group_wait: 30s
group_interval: 5m
repeat_interval: 3h
receiver: 'mail_irc'
receivers:
- name: 'mail_irc'
email_configs:
- send_resolved: true
to: "admin@lists.freifunk-mwu.de"
webhook_configs:
- send_resolved: true
url: http://127.0.0.1:8084/prometheus