Down match/receiver

This commit is contained in:
Seth Call 2025-12-14 07:26:36 -06:00
parent e4a9bdaa18
commit 0e975e1feb
2 changed files with 6 additions and 0 deletions

View File

@ -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'

View File

@ -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'