🐛 修复区间流量统计

This commit is contained in:
naiba
2021-07-16 18:09:50 +08:00
parent f9cd5ef59f
commit c11e3e2e49
4 changed files with 16 additions and 11 deletions

View File

@@ -162,6 +162,7 @@ func loadCrons() {
}
func main() {
cleanMonitorHistory()
go rpc.ServeRPC(dao.Conf.GRPCPort)
go rpc.DispatchTask(time.Second * 30)
go dao.AlertSentinelStart()