monitoring: build03 -> build01 for smart errors

This commit is contained in:
Jörg Thalheim 2023-12-04 09:08:54 +01:00 committed by zowoq
parent 4c68367b89
commit b01aa3a7e2

View file

@ -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'';
};
};
}