change rules
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
||||
service discovery.
|
||||
summary: Exportarr is down.
|
||||
expr: |
|
||||
absent(up{job=~".*sonarr_4k.*"} == 1)
|
||||
absent(up{job=~".*sonarr-4k.*"} == 1)
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
@@ -28,7 +28,7 @@ spec:
|
||||
description: Sonarr 4K service is down.
|
||||
summary: Sonarr 4K is down.
|
||||
expr: |
|
||||
sonarr_4k_system_status{job=~".*sonarr_4k.*"} == 0
|
||||
sonarr_4k_system_status{job=~".*sonarr-4k.*"} == 0
|
||||
for: 5m
|
||||
labels:
|
||||
severity: critical
|
||||
|
Reference in New Issue
Block a user