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.
The current agent binary + golden archive the host-bootstrap script fetches from Gitea and
verifies (sha256) before installing. The hub vouches for these checksums (a different trust
root than Gitea). Paste the version + sha256 printed by publish-agent.sh /
build-golden.sh. Blank a field to clear it.
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}} |