pryorda / vmware_exporter

VMWare vCenter Exporter for Prometheus
BSD 3-Clause "New" or "Revised" License
527 stars 200 forks source link

Need the leanest config to fetch a few Esxi host metrics #373

Closed nistiwar closed 1 year ago

nistiwar commented 1 year ago

Hi,

I am looking for the leanest config possible which can get me the following metrics of the ESXi hosts:

I am currently using the following: config.yml:

default: vsphere_user: "" vsphere_password: "" ignore_ssl: True specs_size: 5000 fetch_custom_attributes: True fetch_tags: True fetch_alarms: False collect_only: datastores: false hosts: true snapshots: false vmguests: false vms: false

pryorda commented 1 year ago

Please read the Readme and fiddle with the instructions. This is more a support question then an issue.