summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-11 21:29:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-11 21:29:32 +0100
commit91ed93a6fb112928bdce45c5bfb608c6ff26a611 (patch)
tree3e28f6c111086d9d1429d786130946393a1e6cb0 /inventory
parentalerta: improve support for mailer (diff)
alerta: less hardcoded stuff in configs
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-apps.yml10
1 files changed, 9 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps.yml
index e2cf56ee..f7802750 100644
--- a/inventory/host_vars/ch-apps.yml
+++ b/inventory/host_vars/ch-apps.yml
@@ -139,13 +139,21 @@ alerta_redis_version: 6.2.6
alerta_web_secret_key: "{{ vault_alerta_web_secret_key }}"
alerta_postgres_password: "{{ vault_alerta_postgres_password }}"
+alerta_default_environment: unknown
+alerta_environments:
+ - unknown
+ - chaos-at-.*
+
alerta_plugins:
- reject
- blackout
- heartbeat
- - prometheus
- amqp
+alerta_plugin_heartbeat:
+ events:
+ - PrometheusAlertmanagerE2eDeadManSwitch
+
alerta_mailer:
severities: critical, warning
smtp_host: 192.168.28.250