Open v4vamsee opened 6 years ago
Hello,
I would like to know if this tool can capture the vmotion details too. If yes can you please help guide me how to accomplish it.
I have tried adding following to the existing sample json file provided, but I don't see the related metrics in influxdb:
{ "ObjectType": [ "VirtualMachine" ], "Definition": [ { "Metric": "vmop.numSVMotion.latest", "Instances": "" }, { "Metric": "vmop.numVMotion.latest", "Instances": "" }, { "Metric": "vmop.numXVMotion.latest", "Instances": "" }, { "Metric": "net.throughput.usage.vmotion.average", "Instances": "" }
] }, { "ObjectType": [ "HostSystem" ], "Definition": [ { "Metric": "vmop.numSVMotion.latest", "Instances": "*" }, { "Metric": "vmop.numVMotion.latest", "Instances": "*" }, { "Metric": "vmop.numXVMotion.latest", "Instances": "*" }, { "Metric": "net.throughput.usage.vmotion.average", "Instances": "*" }
Hi,
Nope, not yet, but i'll mark this as a feature request (if anyone is willing to give a hand, you're more than welcome).
Adrian
Hello,
I would like to know if this tool can capture the vmotion details too. If yes can you please help guide me how to accomplish it.
I have tried adding following to the existing sample json file provided, but I don't see the related metrics in influxdb:
{ "ObjectType": [ "VirtualMachine" ], "Definition": [ { "Metric": "vmop.numSVMotion.latest", "Instances": "" }, { "Metric": "vmop.numVMotion.latest", "Instances": "" }, { "Metric": "vmop.numXVMotion.latest", "Instances": "" }, { "Metric": "net.throughput.usage.vmotion.average", "Instances": "" }