Last report: {{timeAgo .Customer.ReceivedAt}} · Controller v{{.Customer.ControllerVersion}}
| Name | State | CPU | Memory |
|---|---|---|---|
| {{index . "name"}} | {{index . "state"}} | {{printf "%.1f" (index . "cpu_percent")}}% | {{printf "%.0f" (index . "memory_mb")}} MB |
No infra backup received yet
{{end}}Reporting has been disabled on this node
Enable it in the controller's controller.yaml: hub.enabled: true
Status: {{index . "status"}}
{{$issues := index . "issues"}} {{if $issues}}Registry check not configured — cannot verify if update is available
| Time | Event | Status | Message |
|---|---|---|---|
| {{.CreatedAt.Format "Jan 02 15:04"}} | {{.EventType}} | {{.Status}} | {{.Message}} |
| Time | Status | CPU | Memory |
|---|---|---|---|
| {{.ReceivedAt.Format "Jan 02 15:04"}} | {{.HealthStatus}} | {{formatFloat .CPUPercent}}% | {{formatFloat .MemoryPercent}}% |