Hi,
I am trying to use them inside a VMware performance counter monitor inside an application template. Please see the screenshot below.
The formula field is:
ROUND(${statistic}/15/${SQL:SELECT COUNT(DISTINCT CPUIndex) FROM CPUMultiLoad_Detail CPU WITH(NOLOCK) JOIN Nodes N ON CPU.NodeID = N.NodeID WHERE N.NodeId = ${NodeId}}/200,2)
If this is a bad way to go about it I can just manually define the cpu counts and the host names in each assigned template. Please let me know if what I want to do can be done.
Thanks for your help.