From 14aa3a93401870603f3fe5f2b38681e89316f4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 29 May 2025 10:15:40 +0200 Subject: [PATCH] Remove non-working timer rule --- services/monitoring/rules.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/services/monitoring/rules.yml b/services/monitoring/rules.yml index ec99a80..4c9afc0 100644 --- a/services/monitoring/rules.yml +++ b/services/monitoring/rules.yml @@ -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: