change rules

This commit is contained in:
2025-05-14 17:52:13 -05:00
parent a625b01fb8
commit 14df94e953
5 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ spec:
service discovery.
summary: Exportarr is down.
expr: |
absent(up{job=~".*radarr_standup.*"} == 1)
absent(up{job=~".*radarr-standup.*"} == 1)
for: 5m
labels:
severity: critical
@@ -28,7 +28,7 @@ spec:
description: Radarr Stand Up service is down.
summary: Radarr Stand Up is down.
expr: |
radarr_standup_system_status{job=~".*radarr_standup.*"} == 0
radarr_standup_system_status{job=~".*radarr-standup.*"} == 0
for: 5m
labels:
severity: critical