I am using a APM monitor to count files in a directory on several servers. Everything is working fine and I get a great graph of the statistics data on the APM Component detail page.
I am trying to create a single view with the graphs from each server being monitored. So I detach the resourse and copy the code out like I have done before to create custom views.
Its not working this time.
Code I am copying out:
<img id="ctl06_ctl00_Wrapper_ctl00_chart_BaseImage" src="/Orion/APM/Controls/ChartImagePipe.aspx?ChartID=ctl06$ctl00$Wrapper$ctl00$chart_Base&KxRx=0x07107" onmousemove="if(typeof(ctl06_ctl00_Wrapper_ctl00_chart_BaseMove)!='undefined')ctl06_ctl00_Wrapper_ctl00_chart_BaseMove(event)" style="width:600px; height:300px; z-index:0; border-width:0px;" usemap="#RxActImg_ctl06_ctl00_Wrapper_ctl00_chart" />
The code is a little bit different. My working ones use <img src="/Orion/NetPerfMon/Chart.aspx?... where this one uses Orion/APM/Controls/ChartImagePipe.aspx.
Any thoughts or ideas?
Thanks,
-Ryan