VMware Cloud Community
vSohill
Expert
Expert
Jump to solution

vReaplize Operations Manager 6 Custom dashboards and XML

Hi vmware community,

In vCOps 5.x custom dashboards we used to write  supermetrics ID in the XML file. I found the supermetrics ID in vROps is very long code.Even I tried to add that long code to the XML flie but I got blue box (No data).  Am I on the right way?

Many Thanks

0 Kudos
1 Solution

Accepted Solutions
NuggetGTR
VMware Employee
VMware Employee
Jump to solution

the first one looks correct except you need sm_ before the id as per my first post.

cheers

________________________________________ Blog: http://virtualiseme.net.au VCDX #201 Author of Mastering vRealize Operations Manager

View solution in original post

0 Kudos
5 Replies
NuggetGTR
VMware Employee
VMware Employee
Jump to solution

Yep your on the right track. but you need to place an sm_ before the ID.

you need that ID, but in the XML file you would need to configure it like this : metric attrkey="Super Metric|sm_<ID>"

Cheers

________________________________________ Blog: http://virtualiseme.net.au VCDX #201 Author of Mastering vRealize Operations Manager
vSohill
Expert
Expert
Jump to solution

Thanks alot for your help,

Which one of these are correct:

<Metric attrkey="Super Metric|1c5b8755-34b2-4b81-9e96-cbd03e20ffc1" label="CPU - TOTAL CAPACITY" unit="GHz" yellow="100001" orange="100005" red="100006" /

or

<Metric attrkey="sum(${this, attribute=summary|total_number_vms})|1c5b8755-34b2-4b81-9e96-cbd03e20ffc1" label="CPU - TOTAL CAPACITY" unit="GHz" yellow="100001" orange="100005" red="100006" /

where

1c5b8755-34b2-4b81-9e96-cbd03e20ffc1 is the ID

sum(${this, attribute=summary|total_number_vms}) is the SM

Cheers

0 Kudos
vSohill
Expert
Expert
Jump to solution

any help please,

0 Kudos
NuggetGTR
VMware Employee
VMware Employee
Jump to solution

the first one looks correct except you need sm_ before the id as per my first post.

cheers

________________________________________ Blog: http://virtualiseme.net.au VCDX #201 Author of Mastering vRealize Operations Manager
0 Kudos
vSohill
Expert
Expert
Jump to solution

Many thanks,

0 Kudos