VMware Communities
TechOopps
Contributor
Contributor

Problem with super metric in vRops

Hi Everyone,

Im trying to make a super metric were it looks at 3 items in this case it would be looking at the Minimum + Max + Average of memory use.  I get back a "Cannot convert number to point array" error message.  Im not sure if Im doing this the correct way or not can someone help point me in the right direction?  We are just setting up our vReal Operations Manager so alot of this is new to all of us.

combine(min(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=mem|usage_average, depth=1})+max(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=mem|usage_average, depth=1})+avg(${adaptertype=VMWARE, objecttype=VirtualMachine, attribute=mem|usage_average, depth=1}))

Thanks

0 Kudos
0 Replies