From 91ed93a6fb112928bdce45c5bfb608c6ff26a611 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 11 Mar 2022 21:29:32 +0100 Subject: alerta: less hardcoded stuff in configs --- inventory/host_vars/ch-apps.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'inventory') 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 -- cgit v1.2.3