Skip to content

Simspace/prometheus-vmware-exporter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus-vmware-exporter

Collect VMWare metrics from a vSphere host

Test

Currently, the only tests available are benchmarks. To run them, set VSPHERE_HOST, VSPHERE_USERNAME, and VSPHERE_PASSWORD in your shell environment and run go test -bench . -benchmem from the controller directory.

Build

docker build -t prometheus-vmware-exporter .

Run

docker run -d \
  --restart=always \
  --name=prometheus-vmware-exporter \
  --env=VSPHERE_HOST vsphere.domain.local \
  --env=VSPHERE_USERNAME user \
  --env=VSPHERE_PASSWORD password \
  --env=LOG_LEVEL debug \
  prometheus-vmware-exporter 

About

Collect VMWare metrics from vSphere hosts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.5%
  • Dockerfile 1.5%