🚸 improve: 报警优化

This commit is contained in:
naiba
2021-01-06 09:35:04 +08:00
parent 22ea1132bd
commit 2d34e2feeb
2 changed files with 26 additions and 19 deletions
+1 -2
View File
@@ -50,6 +50,5 @@ func initDB() {
func main() {
go controller.ServeWeb(dao.Conf.HTTPPort)
go rpc.ServeRPC(5555)
go alertmanager.Start()
select {}
alertmanager.Start()
}