monasca-agent/conf.d/vcenter.yaml
RenukaPrasad 0901e74e12 Monasca VMWare vCenter plugin to monitor ESX clusters
- collects performance statistics CPU, Memory and Disk from configured clusters
    - detection plugin added

Change-Id: I6b93045db7d80a4680d7080d9498d9a2d9793b01
2016-01-28 22:09:09 +05:30

14 lines
384 B
YAML

init_config: {}
instances:
# vcenter - hostname or ipaddress of the vcenter server
# username & password of the vcenter server
# clusters - list of clusters to be monitored
# dimensions:
# vcenter:ip
# cluster:clustername
- vcenter_ip: <vcenter-ip>
username: <user>
password: <password>
clusters: <[cluster list]>