Add total upload/download to network usage graph
[invirt/scripts/munin.git] / web / all-usage.cgi
index efc8a2c..40b2c29 100755 (executable)
@@ -7,6 +7,8 @@ use CGI::Carp qw(fatalsToBrowser);
 use RRDs;
 use File::Spec::Functions;
 
+$ENV{"RRDCACHED_ADDRESS"} = "/var/run/munin/rrdcached.sock";
+
 our %graph_types = (cpu => "xen_cpu");
 our %formats = qw(svg image/svg+xml png image/png eps application/postscript pdf application/pdf);