From cf217cce24d223ce9343e88e4a45c572e72b94e3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 19 Mar 2022 22:02:26 +0100 Subject: remove/uninstall alerta --- inventory/host_vars/ch-mon.yml | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'inventory/host_vars/ch-mon.yml') diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml index 684cc722..83673bb3 100644 --- a/inventory/host_vars/ch-mon.yml +++ b/inventory/host_vars/ch-mon.yml @@ -145,25 +145,15 @@ prometheus_alertmanager_web_external_url: "http://{{ network.primary.address | i prometheus_alertmanager_auth_users: server: "{{ vault_prometheus_alertmanager_auth_user_passwords['server'] }}" admin: "{{ vault_prometheus_alertmanager_auth_user_passwords['admin'] }}" - alerta: "alerta" ## TODO: move this to vault prometheus_alertmanager_route: - receiver: alerta - group_by: ['...'] - group_wait: 0 - group_interval: 10s - repeat_interval: 5m + receiver: equinox prometheus_alertmanager_receivers: - - name: alerta - webhook_configs: - - url: http://192.168.32.1:8080/api/webhooks/prometheus + - name: equinox + email_configs: + - to: equinox@chaos-at-home.org send_resolved: true - http_config: - basic_auth: - username: admin - password: alerta ## TODO: move this to vault - grafana_secret_key: "{{ vault_grafana_secret_key }}" -- cgit v1.2.3