dash: HTTP等服务监控的故障/恢复报警

This commit is contained in:
naiba
2021-04-17 23:36:37 +08:00
parent 399dcc988d
commit ef3b3a4979
18 changed files with 343 additions and 204 deletions
+1
View File
@@ -17,6 +17,7 @@ type Monitor struct {
Name string
Type uint8
Target string
Notify bool
}
func (m *Monitor) PB() *pb.Task {