modules/nixos/monitoring/alert-rules: OfBorgEvalQueue: 2x -> 3x
This commit is contained in:
parent
b38af78b7d
commit
56d7deecd2
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@
|
|||
};
|
||||
|
||||
OfBorgEvalQueue = {
|
||||
expr = ''ofborg_queue_evaluator_waiting > (2 * ofborg_queue_evaluator_consumers)'';
|
||||
expr = ''ofborg_queue_evaluator_waiting > (3 * ofborg_queue_evaluator_consumers)'';
|
||||
for = "1h";
|
||||
annotations.description = "ofborg evaluator queue is more than 2x the number of evaluators";
|
||||
annotations.description = "ofborg evaluator queue is more than 3x the number of evaluators";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue