try this
This commit is contained in:
parent
9a0303cbb5
commit
574df9fd84
|
|
@ -170,6 +170,15 @@ kube-prometheus-stack:
|
|||
repeat_interval: 12h
|
||||
receiver: 'null'
|
||||
routes:
|
||||
- match:
|
||||
alertname: InternalTestAlert
|
||||
receiver: 'slack-notifications'
|
||||
- match:
|
||||
alertname: MediaNodeHighCPU
|
||||
receiver: 'slack-notifications'
|
||||
- match:
|
||||
alertname: NodeMissingWorkloadLabel
|
||||
receiver: 'slack-notifications'
|
||||
- match:
|
||||
alertname: NodeHighCPU
|
||||
receiver: 'slack-notifications'
|
||||
|
|
|
|||
Loading…
Reference in New Issue