We have created a Custom HTML resource and added it to a view to graph bandwidth utilization for last 7 days of an interface. The resource and graph are working as expected. However this resource does not refresh itself like other included resources do.
This is the config of the Custom HTML resource.
<img src="/Orion/Netperfmon/Chart.aspx?ChartName=MMAvgBps&Title=&SubTitle=&SubTitle2=&Width=640&Height=400&NetObject=I:xxxxx&CustomPollerID=&SampleSize=1H&Period=Last 7 Days&FontSize=1&NetObjectPrefix=I&SubsetColor=&RYSubsetColor=&Printable=true&ShowTrend=True&ResourceID=27" />
It would be great to have this auto refresh so the graph stays more up to date when left on the screen. I have searched around Thwack and have not been able to find a way to make this resource refresh itself. Is it possible to make a Custom HTML resource auto refresh?
Thanks.