diff --git a/alert/dispatch/dispatch.go b/alert/dispatch/dispatch.go index 06b4183e..72929a30 100644 --- a/alert/dispatch/dispatch.go +++ b/alert/dispatch/dispatch.go @@ -193,9 +193,9 @@ func (e *Dispatch) blockEventNotify(rule *models.AlertRule, event *models.AlertC } // 恢复通知,检测规则配置是否改变 - if event.IsRecovered && event.RuleHash != rule.Hash() { - return true - } + // if event.IsRecovered && event.RuleHash != rule.Hash() { + // return true + // } return false }