From 2be0969e153ace507ec07b27d156b50e54e00f94 Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Tue, 7 Jan 2014 11:54:14 -0500 Subject: [PATCH] Add graphs of network usage by VMs. --- code/templates/info.mako | 1 + debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/code/templates/info.mako b/code/templates/info.mako index 1fb4284..8ceb715 100644 --- a/code/templates/info.mako +++ b/code/templates/info.mako @@ -20,6 +20,7 @@ Info on ${machine.name} % if on: % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]: CPU history:Domain CPU usage + Network history:Domain network usage % endif % endif diff --git a/debian/changelog b/debian/changelog index 8e08d70..c4a870a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-web (0.1.43) unstable; urgency=low + + * Add graphs of network usage by VMs. + + -- Quentin Smith Tue, 07 Jan 2014 11:53:15 -0500 + invirt-web (0.1.42) precise; urgency=low * Don't error out when we lose the race between listInfoDict and -- 1.7.9.5