Skip to content

Commit

Permalink
[vmware] collect vmware timesync status
Browse files Browse the repository at this point in the history
It displays information whether VMware time sync is enabled, which
affects how ntpd/chronyd works.

Resolves: sosreport#2824

Signed-off-by: Pavel Moravec <[email protected]>
  • Loading branch information
pmoravec authored and TurboTurtle committed Jan 13, 2022
1 parent db8feba commit f270220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/vmware.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ def setup(self):
self.add_cmd_output([
"vmware-checkvm",
"vmware-toolbox-cmd device list",
"vmware-toolbox-cmd -v"
"vmware-toolbox-cmd -v",
"vmware-toolbox-cmd timesync status"
])

stats = self.exec_cmd("vmware-toolbox-cmd stat raw")
Expand Down

0 comments on commit f270220

Please sign in to comment.