{{ $report := $.Site.Data.dsnetreport }} {{ with $report }}
| Hostname | Status | IP | Owner | Description | Up | Down | |
|---|---|---|---|---|---|---|---|
| {{ .Hostname }} | {{ if .Online }}online | {{ else }}offline | {{ end }}{{ .IP }} | {{ .Owner }} | {{ .Description }} | {{ .ReceiveBytesSI }} | {{ .TransmitBytesSI }} |
/etc/dsnetreport.json not found or empty
{{ end }}