From 4930ff68c7d699611511aaabd2c2ebe585207051 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 11 Mar 2022 20:58:38 +0100 Subject: alerta: improve support for mailer --- inventory/host_vars/ch-apps.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'inventory/host_vars/ch-apps.yml') diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps.yml index afc95e12..e2cf56ee 100644 --- a/inventory/host_vars/ch-apps.yml +++ b/inventory/host_vars/ch-apps.yml @@ -138,3 +138,20 @@ alerta_redis_version: 6.2.6 alerta_web_secret_key: "{{ vault_alerta_web_secret_key }}" alerta_postgres_password: "{{ vault_alerta_postgres_password }}" + +alerta_plugins: + - reject + - blackout + - heartbeat + - prometheus + - amqp + +alerta_mailer: + severities: critical, warning + smtp_host: 192.168.28.250 + smtp_port: 25 + smtp_starttls: False + skip_mta: False + mail_to: equinox@chaos-at-home.org + mail_from: noreply@chaos-at-home.org + dashboard_url: http://192.168.32.1:8080 -- cgit v1.2.3