This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ccfos
/
nightingale
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
20
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
refactor: event recovery notify
main
ning
1 year ago
parent
b82e260d65
commit
6100cd084a
1 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
alert/dispatch/dispatch.go
+ 3
- 3
alert/dispatch/dispatch.go
View File
@@ -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
}
Write
Preview
Loading…
Cancel
Save