modules/nixos/monitoring/alert-rules: remove OfBorgEvalQueue
no point in keeping this when ofborg is in such a bad state that it fires continuously
This commit is contained in:
parent
cf861eb4fb
commit
5f28d26353
1 changed files with 0 additions and 6 deletions
|
@ -27,12 +27,6 @@
|
||||||
expr = ''systemd_units_active_code{name="matrix-hook.service", sub!="running"}'';
|
expr = ''systemd_units_active_code{name="matrix-hook.service", sub!="running"}'';
|
||||||
annotations.description = "{{$labels.host}} should have a running {{$labels.name}}";
|
annotations.description = "{{$labels.host}} should have a running {{$labels.name}}";
|
||||||
};
|
};
|
||||||
|
|
||||||
OfBorgEvalQueue = {
|
|
||||||
expr = ''ofborg_queue_evaluator_waiting > (3 * ofborg_queue_evaluator_consumers)'';
|
|
||||||
for = "1h";
|
|
||||||
annotations.description = "ofborg evaluator queue is more than 3x the number of evaluators";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue