VMware Cloud Community
jengl
Enthusiast
Enthusiast
Jump to solution

vROPS 6.0.1 sumN-function in supermetrics

Hey all,

i dont find the function sumN for supermetrics in the new vROPS-appliance. Is there a replacement for this function or how do you create your supermetrics, who where before with the sumN-function?

Regards,

jengl

Tags (3)
Reply
0 Kudos
1 Solution

Accepted Solutions
aaghabekyan
VMware Employee
VMware Employee
Jump to solution

Hi jengl,

Now sum and sumN combined into sum function, you can use sum instead of sumN and specify depth as in below example.

sum(${adapterkind=VMWARE, resourcekind=VirtualMachine, attribute=cpu|usage_average, depth=1})

View solution in original post

Reply
0 Kudos
5 Replies
aaghabekyan
VMware Employee
VMware Employee
Jump to solution

Hi jengl,

Now sum and sumN combined into sum function, you can use sum instead of sumN and specify depth as in below example.

sum(${adapterkind=VMWARE, resourcekind=VirtualMachine, attribute=cpu|usage_average, depth=1})

Reply
0 Kudos
jengl
Enthusiast
Enthusiast
Jump to solution

Thanks

Cluster Datastores Total Capacity (GB)

sumN(Datastore: Capacity|Total Capacity (GB),2)

Datastore: Capacity|Total Capacity (GB) = Resources Kinds: Datastore > Capacity > Total Capacity (GB)


I cant get it working Smiley Sad.


Regards,


jengl

Reply
0 Kudos
aaghabekyan
VMware Employee
VMware Employee
Jump to solution

It should be like this:

sum(${adaptertype=VMWARE, objecttype=Datastore, attribute=capacity|total_capacity, depth=2})

jengl
Enthusiast
Enthusiast
Jump to solution

Perfect, your comment let me to the right solution:

sum(${adapterkind=VMWARE, resourcekind=Datastore, attribute=capacity|total_capacity, depth=2})

Thanks a lot,

jengl

Reply
0 Kudos
aaghabekyan
VMware Employee
VMware Employee
Jump to solution

Smiley Happy

Reply
0 Kudos