{{if .HasReports}}{{end}}
Last report: {{timeAgo .Customer.ReceivedAt}} · Controller {{.Customer.ControllerVersion}}
{{else}}No reports received yet
{{end}}{{.CustomerID}}
| Name | State | CPU | Memory |
|---|---|---|---|
| {{index . "name"}} | {{index . "state"}} | {{printf "%.1f" (index . "cpu_percent")}}% | {{printf "%.0f" (index . "memory_mb")}} MB |
| Alkalmazás | Engedélyezett országok |
|---|---|
| {{$app}} | {{$ac := index $override "allowed_countries"}} {{if $ac}}{{range $i, $c := $ac}}{{if $i}}, {{end}}{{$c}}{{end}}{{else}}—{{end}} |
| Date | Apps | Disks |
|---|---|---|
| {{.CreatedAt.Format "2006-01-02 15:04"}} | {{.StackCount}}{{if .StackNames}}: {{range $i, $n := .StackNames}}{{if $i}}, {{end}}{{$n}}{{end}}{{end}} | {{.DiskCount}} |
No infra backup received yet
{{end}}Reporting has been disabled on this node
Enable it in the controller's controller.yaml: hub.enabled: true
Customer is blocked
{{else}} {{with .Report.health}}Status: {{index . "status"}}
{{$issues := index . "issues"}} {{if $issues}}This customer has been configured but no controller report has been received yet.
Use one of the setup commands below to deploy the controller on the customer node.
{{.Config.RetrievalPassword}}
{{.Config.APIKey}}
Use one of these methods to configure a customer node:
sudo ./docker-setup.sh --hub-customer {{.CustomerID}} --hub-password {{.Config.RetrievalPassword}}
curl -fsSL https://hub.felhom.eu/api/v1/config/{{.CustomerID}} -H "X-Retrieval-Password: {{.Config.RetrievalPassword}}" -o controller.yaml
Loading preview...
Registry check not configured — cannot verify if update is available
{{end}}| Time | Severity | Type | Message | Source |
|---|---|---|---|---|
| {{.CreatedAt.Format "Jan 02 15:04"}} | {{.Severity}} | {{.EventType}} |
{{.Message}} | {{.Source}} |
No events recorded yet.
{{end}}| App | Memory (current) | Memory (avg 7d) | Memory (peak 7d) | Catalog Limit | Errors | Warnings |
|---|---|---|---|---|---|---|
| {{if .DisplayName}}{{.DisplayName}}{{else}}{{.AppName}}{{end}} | {{formatFloat .MemoryCurrentMB}} MB | {{formatFloat .MemoryAvgMB}} MB | {{formatFloat .MemoryPeakMB}} MB | {{if .CatalogLimit}}{{.CatalogLimit}}{{else}}—{{end}} | {{if gt .LogErrors 0}}{{.LogErrors}}{{else}}0{{end}} | {{if gt .LogWarnings 0}}{{.LogWarnings}}{{else}}0{{end}} |
| Time | Channel | Event | Status | Message |
|---|---|---|---|---|
| {{.CreatedAt.Format "Jan 02 15:04"}} | {{.Channel}} | {{.EventType}} | {{.Status}} | {{.Message}} |
| Time | Status | CPU | Memory |
|---|---|---|---|
| {{.ReceivedAt.Format "Jan 02 15:04"}} | {{.HealthStatus}} | {{formatFloat .CPUPercent}}% | {{formatFloat .MemoryPercent}}% |