Skip to content

Commit c52a7d8

Browse files
committed
services/nomad/monitoring: Don't fire alerts for mirrors missing
1 parent d7b6c65 commit c52a7d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/nomad/monitoring/alerts/prometheus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ groups:
1212
description: "A Prometheus job has disappeared\n VALUE = {{ $value }}\n LABELS: {{ $labels }}"
1313

1414
- alert: PrometheusTargetMissing
15-
expr: up == 0
15+
expr: up{job!="mirror-sync"} == 0
1616
for: 5m
1717
labels:
1818
severity: critical

0 commit comments

Comments
 (0)