The minimum controller version every box auto-updates to (unless a per-customer override is set). Boxes below the floor update on their next report — no customer action. Blank = no global floor.
No customers yet.
Add a customer configuration or wait for a controller to report in.
| Customer ID | Name | Domain | Status | Version | Floor | Config |
|---|---|---|---|---|---|---|
{{.CustomerID}} |
{{if .CustomerName}}{{.CustomerName}}{{else}}—{{end}} | {{if .Domain}}{{.Domain}}{{else}}—{{end}} | {{if .IsBlocked}} BLOCKED {{else if .OverallStatus}} {{if eq .OverallStatus "ok"}}OK{{else if eq .OverallStatus "warn"}}WARN{{else if eq .OverallStatus "down"}}DOWN{{else if eq .OverallStatus "disabled"}}PAUSED{{else if eq .OverallStatus "pending"}}PENDING{{else}}{{.OverallStatus}}{{end}} {{else}} — {{end}} | {{if .ControllerVersion}}{{.ControllerVersion}}{{else}}—{{end}} |
{{if .EffectiveFloor}}v{{.EffectiveFloor}}{{if .FloorOverride}} (override){{end}}{{if .BelowFloor}} ●{{end}}
{{else}}—{{end}}
|
{{if .HasConfig}} MANAGED {{else}} MANUAL {{end}} |