Running
{{printf "%d" .Total}} total builds; {{printf "%d" .ActiveBuilds}} active ({{.ActiveReverse}} reverse). Uptime {{printf "%s" .Uptime}}. Version {{.Version}}.
Health ¶
{{range .HealthCheckers}}
- {{.Title}}{{if .DocURL}} [docs]{{end -}}: {{with .DoCheck.Out}}
{{- range .}}
- {{ .AsHTML}}
{{- end}}
{{else}}ok{{end}}
{{end}}
Gomote Remote buildlets ¶
{{.GomoteInstances}}
Active Trybot Runs ¶
{{- if .TrybotsErr}}
trybots disabled:: {{.TrybotsErr}}
{{else}}
{{.Trybots}}
{{end}}
Scheduler State ¶
{{range .SchedState.HostTypes}}
- {{.HostType}}: {{.Total.Count}} waiting (oldest {{.Total.Oldest}}, newest {{.Total.Newest}}{{if .LastProgress}}, progress {{.LastProgress}}{{end}})
{{if or .Gomote.Count .Try.Count}}
{{if .Gomote.Count}}- gomote: {{.Gomote.Count}} (oldest {{.Gomote.Oldest}}, newest {{.Gomote.Newest}})
{{end}}
{{if .Try.Count}}- try: {{.Try.Count}} (oldest {{.Try.Oldest}}, newest {{.Try.Newest}})
{{end}}
{{end}}
{{end}}
Buildlet pools ¶
- {{.GCEPoolStatus}}
- {{.EC2PoolStatus}}
- {{.ReversePoolStatus}}
Active builds ¶
{{range .Active}}
{{.HTMLStatusTruncated}}
{{end}}
Pending builds ¶
{{range .Pending}}
- {{.HTMLStatusLine}}
{{end}}
Recently completed ¶
{{range .Recent}}
- {{.HTMLStatusLine}}
{{end}}
Disk Space ¶
{{.DiskFree}}
File Descriptors ¶
{{.NumFD}}