summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-08-10 23:43:35 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-08-10 23:43:35 +0200
commitba3f1c6e13c83fb5ea98f68de76a4f297535f2ae (patch)
treef50338944dd18880360fc3ddb9f3d5d9b82e014d /inventory/host_vars/ch-mon.yml
parentele-helene: create zfs pool for recording disk (diff)
prometheus/chaos-at-home: upgrade prometeus and exporter
Diffstat (limited to 'inventory/host_vars/ch-mon.yml')
-rw-r--r--inventory/host_vars/ch-mon.yml17
1 files changed, 10 insertions, 7 deletions
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index ae3b823a..27f56f5d 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -141,17 +141,20 @@ prometheus_alertmanager_auth_users:
admin: "{{ vault_prometheus_alertmanager_auth_user_passwords['admin'] }}"
prometheus_alertmanager_route:
- receiver: equinox
- matchers:
- - 'alertname != PrometheusAlertmanagerE2eDeadManSwitch'
- group_by:
- - instance
+ receiver: empty
+ routes:
+ - receiver: equinox-mail
+ matchers:
+ - 'alertname != PrometheusAlertmanagerE2eDeadManSwitch'
+ group_by:
+ - instance
prometheus_alertmanager_receivers:
- - name: equinox
+ - name: empty
+ - name: equinox-mail
email_configs:
- to: equinox@chaos-at-home.org
- send_resolved: true
+ send_resolved: yes
grafana_secret_key: "{{ vault_grafana_secret_key }}"