25 lines
492 B
YAML
25 lines
492 B
YAML
alertmanager_config:
|
|
global:
|
|
smtp_from: prometheus@pyrocufflink.blue
|
|
smtp_smarthost: mail.pyrocufflink.blue:25
|
|
smtp_require_tls: false
|
|
|
|
route:
|
|
receiver: default-email
|
|
group_by:
|
|
- ...
|
|
routes:
|
|
- receiver: default-email
|
|
group_wait: 1m
|
|
group_by:
|
|
- alertname
|
|
repeat_interval: 120h
|
|
match:
|
|
job: homeassistant
|
|
|
|
receivers:
|
|
- name: default-email
|
|
email_configs:
|
|
- to: gyrfalcon@ebonfire.com
|
|
send_resolved: true
|