From: Quentin Smith Date: Wed, 29 Dec 2010 07:23:20 +0000 (-0500) Subject: Show historical domain CPU usage if available. X-Git-Tag: 0.1.16~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/d3e746ad10f7dc4e54cfd382b4825e77b2916186 Show historical domain CPU usage if available. --- diff --git a/code/templates/info.mako b/code/templates/info.mako index 998b73e..9628e70 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -12,6 +12,11 @@ Info on ${machine.name} ${key}:${value} % endfor +% if on: + % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]: + Domain CPU usage + % endif +% endif <%def name="commands()"> diff --git a/debian/changelog b/debian/changelog index 1601e30..019681f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.1.16) unstable; urgency=low + + * Show historical domain CPU usage if available. + + -- Quentin Smith Wed, 29 Dec 2010 02:23:10 -0500 + invirt-web (0.1.15) unstable; urgency=low * Add support for amd64 debathena lucid autoinstalls.