0901e74e12
- collects performance statistics CPU, Memory and Disk from configured clusters - detection plugin added Change-Id: I6b93045db7d80a4680d7080d9498d9a2d9793b01
14 lines
384 B
YAML
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]>
|