Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

Juli, 2020

Monitoring VMWare vSphere with Grafana and Telegraf

Collector Configuration You need the latest Telegraf version which includes the vSphere Plugin! On Ubuntu or Debian you can get it with: Now add the following lines to your ‚/etc/telegraf/telegraf.conf‘: ### VMWARE #### ## Realtime instance [[inputs.vsphere]] interval = „60s“ vcenters = [ „https://VCENTERSERVER/sdk“ ] username = „USERNAME@vsphere.local“ password = „PASSWORD“ insecure_skip_verify = true force_discover_on_init […]

, , ,