Let's check high cpu
This commit is contained in:
parent
528f780fc3
commit
50d60758b0
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue