Add graphs of network usage by VMs. 0.1.43
authorQuentin Smith <quentin@mit.edu>
Tue, 7 Jan 2014 16:54:14 +0000 (11:54 -0500)
committerQuentin Smith <quentin@mit.edu>
Tue, 7 Jan 2014 16:55:54 +0000 (11:55 -0500)
code/templates/info.mako
debian/changelog

index 1fb4284..8ceb715 100644 (file)
@@ -20,6 +20,7 @@ Info on ${machine.name}
   % if on:
    % if 'monitoring' in config and len(config.monitoring) and 'baseuri' in config.monitoring[0]:
     <tr><td>CPU history:</td><td><img src="${config.monitoring[0].baseuri}usage.cgi?type=cpu;uuid=${machine.uuid}" alt="Domain CPU usage" /></td></tr>
+    <tr><td>Network history:</td><td><img src="${config.monitoring[0].baseuri}usage.cgi?type=net;uuid=${machine.uuid}" alt="Domain network usage" /></td></tr>
    % endif
   % endif
 </table>
index 8e08d70..c4a870a 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.1.43) unstable; urgency=low
+
+  * Add graphs of network usage by VMs.
+
+ -- Quentin Smith <quentin@mit.edu>  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