From 3d306167fefb5baa4fa132b4932d284722ed8bc0 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Mon, 28 Feb 2022 23:17:14 +0100 Subject: [PATCH] FEAT(monitoring): disable InfoInhibitor alerts --- vars/helm/000-monitoring.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/helm/000-monitoring.yml b/vars/helm/000-monitoring.yml index a47b292..cad35e8 100644 --- a/vars/helm/000-monitoring.yml +++ b/vars/helm/000-monitoring.yml @@ -24,6 +24,9 @@ monitoring: - receiver: 'null' matchers: - alertname="Watchdog" + - receiver: 'null' + matchers: + - alertname="InfoInhibitor" receivers: - name: 'null' - name: 'pushover'