Let's check high cpu

This commit is contained in:
Seth Call 2026-01-06 07:53:33 -06:00
parent 528f780fc3
commit 50d60758b0
2 changed files with 6 additions and 0 deletions

View File

@ -152,6 +152,9 @@ kube-prometheus-stack:
repeat_interval: 12h
receiver: 'null'
routes:
- match:
alertname: NodeHighCPU
receiver: 'slack-notifications'
- match:
alertname: WebrtcBeCrashed
receiver: 'email-and-slack-notifications'

View File

@ -163,6 +163,9 @@ kube-prometheus-stack:
repeat_interval: 12h
receiver: 'null'
routes:
- match:
alertname: NodeHighCPU
receiver: 'slack-notifications'
- match:
alertname: WebrtcBeCrashed
receiver: 'email-and-slack-notifications'