You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
controller | 3 months ago | |
.gitignore | 4 years ago | |
Dockerfile | 8 months ago | |
LICENSE | 3 years ago | |
README.md | 4 years ago | |
go.mod | 8 months ago | |
go.sum | 8 months ago | |
main.go | 3 months ago |
README.md
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