{{define "dashboard/monitor"}} {{template "common/header" .}} {{template "common/menu" .}}
ID | {{tr "Name"}} | {{tr "Target"}} | {{tr "Coverage"}} | {{tr "SpecificServers"}} | {{tr "Type"}} | {{tr "Duration"}} | {{tr "NotificationMethod"}} | {{tr "Notification"}} | {{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}} |