Fixes in template & removed balancer stats for mongod servers

This commit is contained in:
Carlos Salguero
2017-02-17 13:57:21 -03:00
parent a06a377c78
commit 806fd8e804
3 changed files with 34 additions and 23 deletions

View File

@@ -10,8 +10,10 @@ Unsharded Collections: {{.UnshardedColsCount}}
Unsharded Data Size: {{.UnshardedDataSizeScaled}} {{.UnshardedDataSizeScale}}
{{- if .Chunks }}
### Chunks:
{{ range .Chunks }}
{{- if .ID }} {{ printf "%5d" .Count }} : {{ printf "%-30s" .ID}}{{ end -}}
{{- end -}}
{{ end -}}
{{- range .Chunks }}
{{- if .ID }}
{{ printf "%5d" .Count }} : {{ printf "%-30s" .ID}}
{{- end }}
{{- end }}
{{- end -}}
`