monitoring: build03 -> build01 for smart errors
This commit is contained in:
parent
4c68367b89
commit
b01aa3a7e2
1 changed files with 1 additions and 1 deletions
|
@ -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'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue