monitoring-lite/alertmanager.yml.tmpl

14 lines
368 B
Cheetah
Raw Permalink Normal View History

2022-03-17 21:11:51 +00:00
global:
2022-03-18 09:20:27 +00:00
smtp_from: {{ env "ALERTMANAGER_SMTP_FROM" }}
smtp_smarthost: {{ env "ALERTMANAGER_SMTP_HOST" }}
smtp_auth_username: {{ env "ALERTMANAGER_SMTP_FROM" }}
2022-03-17 21:11:51 +00:00
smtp_auth_password: {{ secret "alertmanager_smtp_password" }}
2022-03-30 10:33:43 +00:00
route:
receiver: "kaboom-mailer"
2022-03-17 21:11:51 +00:00
receivers:
2022-03-30 10:33:43 +00:00
- name: "kaboom-mailer"
2022-03-17 21:11:51 +00:00
email_configs:
2022-03-18 09:20:27 +00:00
- to: {{ env "ALERTMANAGER_SMTP_TO" }}