From e1dfbedf0ebf2a2806de67fe60fd03f781bb3209 Mon Sep 17 00:00:00 2001 From: OG T Date: Fri, 10 Apr 2026 13:33:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(alerts):=20HostHighCpuLoad=20auto=5Frepair:?= =?UTF-8?q?=20false=20=E2=86=92=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 飛輪一直 GUARDRAIL_BLOCKED 的根本原因: Prometheus rule 標籤 auto_repair=false 強制 HITL Co-Authored-By: Claude Sonnet 4.6 --- ops/monitoring/alerts-unified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/monitoring/alerts-unified.yml b/ops/monitoring/alerts-unified.yml index 4d44c551..4435d870 100644 --- a/ops/monitoring/alerts-unified.yml +++ b/ops/monitoring/alerts-unified.yml @@ -38,7 +38,7 @@ groups: severity: warning layer: systemd-188 team: ops - auto_repair: "false" + auto_repair: "true" annotations: summary: "主機 {{ $labels.host }} CPU 高負載" description: "CPU 使用率超過 80%"