UUID | Alive | Device | Segment | Protocol | Connection | Rx|Tx Traffic | State |
---|---|---|---|---|---|---|---|
output | {{ prettyTime .AliveTime }} | {{ .Device }} | ID:{{ .Segment }} | {{ .Protocol }} | {{ .Remote }} | {{ .RxBytes }} | {{ .TxBytes }} | {{ if .RxBytes }}success {{ else }}unknown {{ end}} |
{{ .UUID }} | {{ prettyTime .AliveTime }} | {{ .Device }} | {{ .User }}@{{ .Network }} | {{ .Protocol }} | {{ getIpAddr .Server }} | {{ .RxBytes }} | {{ .TxBytes }} | {{ .State }} |
The point accessed to, and total {{ len .Clients }}+{{ len .Points }}.
UUID | Alive | Device | Alias | Connection | User | Rx|Tx Traffic | State |
---|---|---|---|---|---|---|---|
openvpn | {{ prettyTime .AliveTime }} | {{ .Device }} | {{ .Address }} | {{ .Remote }} | {{ .Name }} | {{ .RxBytes }} | {{ .TxBytes }} | {{ .State }} |
{{ .UUID }} | {{ prettyTime .AliveTime }} | {{ .Device }} | {{ .Alias }} | {{ .Remote }} | {{ .User }}@{{ .Network }} | {{ .RxBytes }} | {{ .TxBytes }} | {{ .State }} |
UpTime | Ethernet | IP Address | Network | Connection |
---|---|---|---|---|
{{ prettyTime .Uptime }} | {{ .HwAddr }} | {{ .IpAddr }} | {{ .Device }}@{{ .Network }} | {{ .Client }} |
LastTime | Source | Destination Address | Protocol | Source | Destination Port |
---|---|---|---|---|---|
{{ prettyTime .HitTime }} | {{ .IpSource }} | {{ .IpDest }} | {{ .IpProto }} | {{ .PortSource }} | {{ .PortDest }} |