You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to govc host.date.info which provides status of the esx ntpd service , the govc host.service.ls command lists all esx host services:
$ for h in $(govc find / -type h); do echo "host $h ---------";govc host.service.ls -host.ipath=$h ; done
Key Policy Status Label
DCUI on Running Direct Console UI
TSM off Stopped ESXi Shell
TSM-SSH off Stopped SSH
lbtd on Running Load-Based Teaming Daemon
lwsmd off Stopped Active Directory Service
ntpd automatic Running NTP Daemon
pcscd off Stopped PC/SC Smart Card Daemon
sfcbd-watchdog on Running CIM Server
slpd off Stopped slpd
snmpd on Stopped SNMP Server
vmsyslogd on Running Syslog Server
vmware-fdm on Running vSphere High Availability Agent
vpxa on Running VMware vCenter Agent
xorg on Stopped X.Org Server
[...]
Thanks for sharing this great work with the community !
I'm looking for a way to track the services running on esx hosts, with similar data that the following
govc host.date.info
command providesIs there a related metric with associated labels in vmware_exporter that I would have missed ?
The text was updated successfully, but these errors were encountered: