monitoring-lite/alertmanager.yml.tmpl

11 lines
332 B
Cheetah

global:
smtp_from: {{ env "ALERTMANAGER_SMTP_FROM" }}
smtp_smarthost: {{ env "ALERTMANAGER_SMTP_HOST" }}
smtp_auth_username: {{ env "ALERTMANAGER_SMTP_FROM" }}
smtp_auth_password: {{ secret "alertmanager_smtp_password" }}
receivers:
- name: "kaboom mailer"
email_configs:
- to: {{ env "ALERTMANAGER_SMTP_TO" }}