remove internal alert

This commit is contained in:
Seth Call 2026-01-08 18:24:29 -06:00
parent 252b440cb2
commit 2f234e48b0
3 changed files with 1 additions and 16 deletions

View File

@ -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=~".+"})

View File

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

View File

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