← All dashboards

VMware Host

VMware ESXi single instance graphs.

Referenced from:https://grafana.com/grafana/dashboards/15446-vmware-vm/

How to instan vmware_exporter:

1.vim docker-comose.yml

version: '3'
services:
  vmware_exporter:
    image: pryorda/vmware_exporter:latest
    restart: always
    hostname: vmware_exporter
    container_name: vmware_exporter
    environment:
      - VSPHERE_USER=administrator@vsphere.local
      - VSPHERE_PASSWORD=123456
      - VSPHERE_HOST=192.168.1.1
      - VSPHERE_IGNORE_SSL=True
      - VSPHERE_SPECS_SIZE=2000
    ports:
      - 9272:9272

2.pull image and run

docker-compose -f docker-compose.yml up -d

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 155