What is the HTML code to display an individual server cpu dial or current cpu value? I want to create a custom dashboard and display various statistics from different servers using the HTML widget. I tried the code from the servers dial, but it isn't dynamic. The pointer doesn't change.
<a href="javascript:openGraphWindow('/devices/dynamicGraph.do?requestid=DynamicGraph&name=server.domain.com&graphName=Win-CPUUtilization&domainRange=','WEEK',900,600)"><IMG SRC="/servlet/OpManagerDisplayChart?filename=opmanager-15102.png" border="0"></a>
I would be satisfied if I could even pull the current value, but showing the dial would be better..