{{define "dashboard-default/monitor"}} {{template "common/header" .}} {{template "common/menu" .}}
ID | {{tr "Name"}} | {{tr "Target"}} | {{tr "Coverage"}} | {{tr "SpecificServers"}} | {{tr "Type"}} | {{tr "Duration"}} | {{tr "NotificationMethodGroup"}} | {{tr "FailureNotification"}} | {{tr "LatencyNotification"}} | {{tr "EnableTriggerTask"}} | {{tr "FailTriggerTasks"}} | {{tr "RecoverTriggerTasks"}} | {{tr "Administration"}} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$monitor.ID}} | {{$monitor.Name}} | {{$monitor.Target}} | {{if eq $monitor.Cover 0}}{{tr "CoverAll"}}{{else}}{{tr "IgnoreAll"}}{{end}} | {{$monitor.SkipServersRaw}} | {{if eq $monitor.Type 1}}{{tr "SSLCertificate"}} {{else if eq $monitor.Type 2}} ICMP Ping {{else}} {{tr "TCPPort"}} {{end}} | {{$monitor.Duration}} {{tr "Seconds"}} | {{$monitor.NotificationTag}} | {{$monitor.Notify}} | {{$monitor.LatencyNotify}} | {{$monitor.EnableTriggerTask}} | {{$monitor.FailTriggerTasksRaw}} | {{$monitor.RecoverTriggerTasksRaw}} |