mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-15 01:23:12 +00:00
fix(log-analyzer): remove stale heal manager anchor (#6100)
This commit is contained in:
@@ -103,11 +103,7 @@ pub(super) fn rules() -> Vec<Rule> {
|
||||
P2Degraded,
|
||||
"heal",
|
||||
"heal 任务调度/执行失败",
|
||||
any([
|
||||
prefix("Heal task timeout"),
|
||||
prefix("Heal task execution failed"),
|
||||
contains("Heal manager is not running"),
|
||||
]),
|
||||
any([prefix("Heal task timeout"), prefix("Heal task execution failed")]),
|
||||
"heal 任务调度/执行层故障。",
|
||||
"检查 heal 后台服务状态与资源压力。",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user