summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-11 20:58:38 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-11 20:58:38 +0100
commit4930ff68c7d699611511aaabd2c2ebe585207051 (patch)
tree8f4ec6f7d588a9938138a65a470ad8c2d044e8ae /inventory
parentimprovements and fixes for alerta role (diff)
alerta: improve support for mailer
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-apps.yml17
1 files changed, 17 insertions, 0 deletions
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