1
0
mirror of https://github.com/Oxalide/vsphere-influxdb-go.git synced 2023-10-10 13:36:51 +02:00

"Change ResourcePool configuration "

This commit is contained in:
Hela Drira 2017-05-04 17:14:37 +02:00
parent 7f61a40f1c
commit 781d50a12b

View File

@ -65,10 +65,15 @@
{ "Metric": "net.throughput.contention.summation", "Instances": "*" }
]
},
{ "ObjectType": [ "ResourcePool" ],
{
"ObjectType": [ "ResourcePool" ],
"Definition": [
{ "Metric": "cpu.usagemhz.average", "Instances": "*" },
{ "Metric": "mem.consumed.average", "Instances": "*" }
{ "Metric": "cpu.cpuentitlement.latest", "Instances": "*" },
{ "Metric": "mem.mementitlement.latest", "Instances": "*" },
{ "Metric": "mem.consumed.average", "Instances": "*" },
{ "Metric": "mem.granted.average", "Instances": "*" },
{ "Metric": "mem.active.average", "Instances": "*" }
]
}