From 781d50a12b8edfe7b49d4a4f4df65c0085e16d99 Mon Sep 17 00:00:00 2001 From: Hela Drira Date: Thu, 4 May 2017 17:14:37 +0200 Subject: [PATCH] "Change ResourcePool configuration " --- vsphere-influxdb-go.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vsphere-influxdb-go.json b/vsphere-influxdb-go.json index 84c05ac..55124d1 100644 --- a/vsphere-influxdb-go.json +++ b/vsphere-influxdb-go.json @@ -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": "*" } ] }