bugfix: do not make event if target is nil
This commit is contained in:
parent
2e64c83632
commit
78b2e54910
|
@ -371,6 +371,9 @@ func (r *RuleEval) MakeNewEvent(from string, now int64, clusterName string, vect
|
|||
logger.Debugf("event_enable_in_bg: rule_eval:%d", r.rule.Id)
|
||||
continue
|
||||
}
|
||||
} else {
|
||||
// target 已经不存在了,可能是被删除了
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue