PT-1979 Improved mdb summary information (#536)

* PT-1979 Improved mdb summary information

Added the MongoDB instance command line options to the output.
Also fixed the spacing in the replicaset section.

* Added new template file

* Upgraded deps due to security issues
This commit is contained in:
Carlos Salguero
2022-04-07 18:12:45 -03:00
committed by GitHub
parent 2760e8c927
commit 8519e103ad
5 changed files with 291 additions and 37 deletions

View File

@@ -19,7 +19,7 @@ const HostInfo = `# This host
{{- end }}
Processes | {{.ProcProcessCount}}
Process Type | {{.NodeType}}
{{ if .ReplicasetName -}}
{{- if .ReplicasetName }}
ReplSet | {{.ReplicasetName}}
Repl Status |
{{- end -}}