From b01aa3a7e22fda17a70c798b990712d53e653e8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= <joerg@thalheim.io> Date: Mon, 4 Dec 2023 09:08:54 +0100 Subject: [PATCH] monitoring: build03 -> build01 for smart errors --- modules/nixos/monitoring/alert-rules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nixos/monitoring/alert-rules.nix b/modules/nixos/monitoring/alert-rules.nix index c0f75af..a0442f0 100644 --- a/modules/nixos/monitoring/alert-rules.nix +++ b/modules/nixos/monitoring/alert-rules.nix @@ -26,7 +26,7 @@ annotations.description = "{{$labels.host}} should have a running {{$labels.name}}"; }; - SmartErrors.expr = lib.mkForce ''smart_device_health_ok{enabled!="Disabled", host!~"(build02|build03)"} != 1''; + SmartErrors.expr = lib.mkForce ''smart_device_health_ok{enabled!="Disabled", host!~"(build02|build01)"} != 1''; }; }; }