mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 09:58:21 +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,
|
P2Degraded,
|
||||||
"heal",
|
"heal",
|
||||||
"heal 任务调度/执行失败",
|
"heal 任务调度/执行失败",
|
||||||
any([
|
any([prefix("Heal task timeout"), prefix("Heal task execution failed")]),
|
||||||
prefix("Heal task timeout"),
|
|
||||||
prefix("Heal task execution failed"),
|
|
||||||
contains("Heal manager is not running"),
|
|
||||||
]),
|
|
||||||
"heal 任务调度/执行层故障。",
|
"heal 任务调度/执行层故障。",
|
||||||
"检查 heal 后台服务状态与资源压力。",
|
"检查 heal 后台服务状态与资源压力。",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user