mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
Fixes for PT-66
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
package templates
|
||||
|
||||
const HostInfo = `# This host
|
||||
{{ if .ProcPath -}}
|
||||
# Mongo Executable #######################################################################################
|
||||
Path to executable | {{.ProcPath}}
|
||||
# Report On {{.ThisHostID}} ########################################
|
||||
User | {{.ProcUserName}}
|
||||
Path to executable | {{.ProcPath }}
|
||||
{{ end -}}
|
||||
# Report On {{.Hostname}} ########################################
|
||||
{{- if .ProcUserName }}
|
||||
User | {{.ProcUserName }}
|
||||
{{- end }}
|
||||
PID Owner | {{.ProcessName}}
|
||||
Hostname | {{.Hostname}}
|
||||
Version | {{.Version}}
|
||||
|
Reference in New Issue
Block a user