Remove non-working timer rule
Some checks failed
Run nix flake check / flake-check (push) Failing after 14m3s
Periodic flake update / flake-update (push) Successful in 3m9s

This commit is contained in:
Torjus Håkestad 2025-05-29 10:15:40 +02:00
parent 797f915939
commit 14aa3a9340
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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