Skip to content

Commit

Permalink
"Change ResourcePool configuration "
Browse files Browse the repository at this point in the history
  • Loading branch information
Hela Drira committed May 4, 2017
1 parent 7f61a40 commit 781d50a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions vsphere-influxdb-go.json
Expand Up @@ -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": "*" }
]
}

Expand Down

0 comments on commit 781d50a

Please sign in to comment.