add datastore capacity and free

This commit is contained in:
Mark Seidenstricker
2017-09-01 10:36:42 -05:00
parent d62d5bf1ac
commit ce1d72055f
2 changed files with 36 additions and 3 deletions

View File

@@ -64,6 +64,13 @@
{ "Metric": "disk.numberWriteAveraged.average", "Instances": "*" },
{ "Metric": "net.throughput.contention.summation", "Instances": "*" }
]
}
},
{
"ObjectType": [ "Datastore" ],
"Definition": [
{ "Metric": "disk.capacity.latest", "Instances": "*" },
{ "Metric": "disk.used.latest", "Instances": "*" }
]
}
]
}
}