From 834bcabcd02a6ca07f706e5cc2d986661aaafa32 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 5 Jul 2022 22:58:16 +0200 Subject: ele-mon: upgrade prometheus components --- inventory/host_vars/ele-mon.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'inventory/host_vars/ele-mon.yml') diff --git a/inventory/host_vars/ele-mon.yml b/inventory/host_vars/ele-mon.yml index 2f2b46eb..2dc941ea 100644 --- a/inventory/host_vars/ele-mon.yml +++ b/inventory/host_vars/ele-mon.yml @@ -90,11 +90,13 @@ prometheus_alertmanager_smtp: password: "{{ vault_prometheus_alertmanager_smtp_auth_password }}" prometheus_alertmanager_route: - receiver: equinox - matchers: - - 'alertname != PrometheusAlertmanagerE2eDeadManSwitch' - group_by: - - instance + receiver: empty + routes: + - receiver: equinox + matchers: + - 'alertname != PrometheusAlertmanagerE2eDeadManSwitch' + group_by: + - instance prometheus_alertmanager_receivers: - name: empty -- cgit v1.2.3