FEAT(repo): route InfoInhibitor to null
- Route InfoInhibitor alerts to null - Prevent unnecessary alert notifications
This commit is contained in:
@@ -48,6 +48,12 @@ spec:
|
||||
repeat_interval: 4h
|
||||
receiver: "email"
|
||||
routes:
|
||||
- match:
|
||||
alertname: Watchdog
|
||||
receiver: "null"
|
||||
- match:
|
||||
alertname: InfoInhibitor
|
||||
receiver: "null"
|
||||
- match:
|
||||
severity: critical
|
||||
receiver: "email"
|
||||
@@ -58,9 +64,6 @@ spec:
|
||||
receiver: "email"
|
||||
group_wait: 1m
|
||||
repeat_interval: 4h
|
||||
- match:
|
||||
alertname: Watchdog
|
||||
receiver: "null"
|
||||
receivers:
|
||||
- name: "email"
|
||||
email_configs:
|
||||
|
||||
Reference in New Issue
Block a user