template: |
State: {{ .JSON.String "state" }}
{{ range .JSON.Array "routes" }}
{{ .String "name" }}: {{ .String "last_run_status" }}
(next {{ .String "next_run" }})
{{ end }}
{{ range .JSON.Array "pbss" }}
{{ .String "id" }}: {{ .String "state" }}
— {{ .Int "datastore_used_pct" }}%
{{ end }}
```
Glance ranges over both lists, so it grows with your config on its own — no
index to pick and nothing to edit when you add a route or a second backup
server.