Commit 1c7a3933 authored by jingbo.wang's avatar jingbo.wang

定时发送邮件功能完成

parent 044610a6
......@@ -112,9 +112,14 @@ func main() {
dao.DbInit()
//健康状态报表
//每天0点生成报表
report_form.RegularReport(global.ReportFormDir)
//每周1早10点发送邮件
report_form.RegularMail(global.ReportFormDir)
//TODO 告警策略
//TODO node状态监控
}
//对外api
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment