modules/nixos/monitoring/alert-rules: update comin
This commit is contained in:
parent
f0f38d3588
commit
536c5e38be
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
})) //
|
||||
{
|
||||
CominDeploymentFailing = {
|
||||
expr = ''comin_deployment_status != 2'';
|
||||
expr = ''comin_deployment_info{status!="done"}'';
|
||||
for = "30m";
|
||||
annotations.description = "{{$labels.host}} deployment failing";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue