Skip to content

Commit

Permalink
fix: InfoInhibitor to be routed to null
Browse files Browse the repository at this point in the history
  • Loading branch information
grifonas committed Aug 20, 2024
1 parent fa38a40 commit 27c7164
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions monitoring/assets/helm-values-monitoring.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ alertmanager:
- severity = warning
- target_matchers:
- severity = info
- equal:
- namespace
source_matchers:
- alertname = InfoInhibitor
- target_matchers:
- alertname = AlertmanagerFailedToSendAlerts

Expand Down Expand Up @@ -114,6 +110,9 @@ alertmanager:
- match:
alertname: Watchdog
receiver: "null"
- match:
alertname: InfoInhibitor
receiver: "null"
- match:
alertname: HeartBeat
receiver: 'cole'
Expand Down

0 comments on commit 27c7164

Please sign in to comment.