I would like to combine four cutom poller gauges into one section in the Node Details view, similar to the CPU Load & Memory Utilization element.
I looked at a Resource file, and noticed that NetObject is equal to a variable (<%=NetObject%>). But when I try this, it does not work for me.
Below is the code I have tried. Any help would be appreciated.
Thanks,
Bo
<!-- statsAverageTimes -->
<!-- Level=7 -->
<!--#include Virtual=/NetPerfMon/scripts/Resource.asp -->
<table>
<tr>
<td>
<a
href="thwack.solarwinds.com/.../CustomChart.asp
bject=<%=NetObject%>&Period=Today" target="_blank">
<img src="/NetPerfMon/Gauge.asp?Style=Plain
Blue&NetObject=<%=NetObject%>&CustomPollerID={BC2F1023-514F-4E90-B420-69EC62C45E25}&CustomScales=1&Width=640&Scal
e=100&Max=300000&Min=5000&CustomLegends=&Legends=&WarningLevel=&ErrorLevel=&ReverseThreshold=1&TimeUnit="
border="0">
</a>
</td>
<td>
<a
href="thwack.solarwinds.com/.../CustomChart.asp
bject=<%=NetObject%>&Period=Today" target="_blank">
<img src="/NetPerfMon/Gauge.asp?Style=Plain
Blue&NetObject=<%=NetObject%>&CustomPollerID={3FBA76FF-2D14-4F13-8936-A9D725360785}&CustomScales=1&Width=640&Scal
e=100&Max=300000&Min=5000&CustomLegends=&Legends=&WarningLevel=&ErrorLevel=&ReverseThreshold=1&TimeUnit="
border="0">
</a>
</td>
<td>
<a
href="thwack.solarwinds.com/.../CustomChart.asp
bject=<%=NetObject%>&Period=Today" target="_blank">
<img src="/NetPerfMon/Gauge.asp?Style=Plain
Blue&NetObject=<%=NetObject%>&CustomPollerID={63B15160-0726-48B8-8C37-170B7049BD02}&CustomScales=1&Width=640&Scal
e=100&Max=300000&Min=5000&CustomLegends=&Legends=&WarningLevel=&ErrorLevel=&ReverseThreshold=1&TimeUnit="
border="0">
</a>
</td>
<td>
<a
href="thwack.solarwinds.com/.../CustomChart.asp
bject=<%=NetObject%>&Period=Today" target="_blank">
<img src="/NetPerfMon/Gauge.asp?Style=Plain
Blue&NetObject=<%=NetObject%>&CustomPollerID={3C50E0DF-5E8E-403A-835E-57B9E8177C2A}&CustomScales=1&Width=640&Scal
e=100&Max=300000&Min=5000&CustomLegends=&Legends=&WarningLevel=&ErrorLevel=&ReverseThreshold=1&TimeUnit="
border="0">
</a>
</td>
</tr>
</table>