From 3785b8047a4cc8c0d787b50f40d3a76a3ca20bd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Wed, 28 May 2025 21:28:04 +0200 Subject: [PATCH] Fix alert name for build-flakes alert --- services/monitoring/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/monitoring/rules.yml b/services/monitoring/rules.yml index 81dd859..e8fd54b 100644 --- a/services/monitoring/rules.yml +++ b/services/monitoring/rules.yml @@ -105,7 +105,7 @@ 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: + - alert: build_flakes_error expr: build_flakes_error == 1 labels: severity: warning