Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 363 Bytes

prometheus-vmware-exporter

Collect metrics ESXi Host

Build

docker build -t prometheus-vmware-exporter .

Run

docker run -b \
  --restart=always \
  --name=prometheus-vmware-exporter \
  --env=ESX_HOST esx.domain.local \
  --env=ESX_USERNAME user \
  --env=ESX_PASSWORD password \
  --env=ESX_LOG debug \
  prometheus-vmware-exporter