Skip to content

Commit

Permalink
modules/nixos/monitoring/alert-rules: remove OfBorgEvalQueue
Browse files Browse the repository at this point in the history
no point in keeping this when ofborg is in such a bad state that it fires continuously
  • Loading branch information
zowoq committed Oct 30, 2024
1 parent cf861eb commit 5f28d26
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/nixos/monitoring/alert-rules.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
expr = ''systemd_units_active_code{name="matrix-hook.service", sub!="running"}'';
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";
};
};
};
}

0 comments on commit 5f28d26

Please sign in to comment.