Down match/receiver
This commit is contained in:
parent
e4a9bdaa18
commit
0e975e1feb
|
|
@ -161,6 +161,9 @@ kube-prometheus-stack:
|
|||
- match:
|
||||
alertname: WebrtcBeCrashed
|
||||
receiver: 'email-and-slack-notifications'
|
||||
- match:
|
||||
alertname: WebrtcBeDown
|
||||
receiver: 'email-and-slack-notifications'
|
||||
- match:
|
||||
alertname: WebrtcBeError
|
||||
receiver: 'email-and-slack-notifications'
|
||||
|
|
|
|||
|
|
@ -161,6 +161,9 @@ kube-prometheus-stack:
|
|||
- match:
|
||||
alertname: WebrtcBeCrashed
|
||||
receiver: 'email-and-slack-notifications'
|
||||
- match:
|
||||
alertname: WebrtcBeDown
|
||||
receiver: 'email-and-slack-notifications'
|
||||
- match:
|
||||
alertname: WebrtcBeError
|
||||
receiver: 'email-and-slack-notifications'
|
||||
|
|
|
|||
Loading…
Reference in New Issue