summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-19 22:02:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-19 22:02:26 +0100
commitcf217cce24d223ce9343e88e4a45c572e72b94e3 (patch)
treedbefe0bdb60c9596b2699e6c00f64904da12b6ed /inventory/host_vars/ch-mon.yml
parentch-epimetheus: replace disk (diff)
remove/uninstall alerta
Diffstat (limited to 'inventory/host_vars/ch-mon.yml')
-rw-r--r--inventory/host_vars/ch-mon.yml18
1 files changed, 4 insertions, 14 deletions
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 }}"