Show historical domain CPU usage if available.
[invirt/packages/invirt-web.git] / code / templates / info.mako
index 998b73e..9628e70 100644 (file)
@@ -12,6 +12,11 @@ Info on ${machine.name}
   <tr><td>${key}:</td><td>${value}</td></tr>
   % endfor
 </table>
+% if on:
+ % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]:
+  <img src="${config.monitoring[0].baseuri}usage.cgi?type=cpu;uuid=${machine.uuid}" alt="Domain CPU usage" />
+ % endif
+% endif
 </%def>
 
 <%def name="commands()">