remove internal alert
This commit is contained in:
parent
252b440cb2
commit
2f234e48b0
|
|
@ -9,15 +9,6 @@ spec:
|
|||
groups:
|
||||
- name: node.alerts
|
||||
rules:
|
||||
- alert: InternalTestAlert
|
||||
expr: vector(1)
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
summary: "Internal Alert Pipeline Test"
|
||||
description: "This alert is manually triggered to verify the Slack alerting pipeline."
|
||||
|
||||
- alert: NodeMissingWorkloadLabel
|
||||
expr: |
|
||||
count by (instance) (node_cpu_seconds_total) unless count by (instance) (node_cpu_seconds_total{workload=~".+"})
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
rbac:
|
||||
create: true
|
||||
|
||||
cpuThresholdMedia: 1
|
||||
cpuThresholdMedia: 65
|
||||
cpuThresholdOther: 80
|
||||
|
||||
|
||||
|
|
@ -158,9 +158,6 @@ kube-prometheus-stack:
|
|||
repeat_interval: 12h
|
||||
receiver: 'null'
|
||||
routes:
|
||||
- match:
|
||||
alertname: InternalTestAlert
|
||||
receiver: 'slack-notifications'
|
||||
- match:
|
||||
alertname: MediaNodeHighCPU
|
||||
receiver: 'slack-notifications'
|
||||
|
|
|
|||
|
|
@ -158,9 +158,6 @@ kube-prometheus-stack:
|
|||
repeat_interval: 12h
|
||||
receiver: 'null'
|
||||
routes:
|
||||
- match:
|
||||
alertname: InternalTestAlert
|
||||
receiver: 'slack-notifications'
|
||||
- match:
|
||||
alertname: MediaNodeHighCPU
|
||||
receiver: 'slack-notifications'
|
||||
|
|
|
|||
Loading…
Reference in New Issue