projects
/
invirt/scripts/munin.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use rrdcached for graphs
[invirt/scripts/munin.git]
/
web
/
all-usage.cgi
diff --git
a/web/all-usage.cgi
b/web/all-usage.cgi
index
efc8a2c
..
40b2c29
100755
(executable)
--- a/
web/all-usage.cgi
+++ b/
web/all-usage.cgi
@@
-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);