feat(observability): Introduced alert priority for notifications
This commit is contained in:
parent
975bb6b982
commit
fb64314fb2
2 changed files with 5 additions and 4 deletions
|
|
@ -542,12 +542,13 @@ alertmanager:
|
|||
# -- (object) Alertmanager configuration
|
||||
config:
|
||||
route:
|
||||
receiver: "outlook"
|
||||
receiver: "blackhole"
|
||||
routes:
|
||||
- matchers:
|
||||
- alertname=~".*"
|
||||
- severity=~"critical|major"
|
||||
receiver: outlook
|
||||
receivers:
|
||||
- name: blackhole
|
||||
- name: outlook
|
||||
email_configs:
|
||||
- smarthost: 'mail.mms-support.de:465'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue