Remove non-working timer rule
This commit is contained in:
parent
797f915939
commit
14aa3a9340
@ -105,14 +105,6 @@ groups:
|
||||
annotations:
|
||||
summary: "The build-flakes service on {{ $labels.instance }} has not run recently"
|
||||
description: "The build-flakes service on {{ $labels.instance }} has not run recently"
|
||||
- alert: build-flakes_timer_not_active
|
||||
expr: node_systemd_unit_state{instance="nix-cache01.home.2rjus.net:9100", name="build-flakes.service", state="active"} == 0
|
||||
for: 0m
|
||||
labels:
|
||||
severity: critical
|
||||
annotations:
|
||||
summary: "The build-flakes timer on {{ $labels.instance }} is not active"
|
||||
description: "The build-flakes timer on {{ $labels.instance }} is not active"
|
||||
- alert: build_flakes_error
|
||||
expr: build_flakes_error == 1
|
||||
labels:
|
||||
|
Loading…
x
Reference in New Issue
Block a user