CustomLog /var/log/apache2/munin.openstreetmap.org-access.log combined
ErrorLog /var/log/apache2/munin.openstreetmap.org-error.log
+ SetEnv RRDCACHED_ADDRESS /var/run/rrdcached.sock
+
DocumentRoot /srv/munin.openstreetmap.org
- Alias /static/favicon.ico /srv/munin.openstreetmap.org/favicon.ico
+ Alias /static/favicon.ico /srv/munin.openstreetmap.org/favicon.ico
Alias /static/ /etc/munin/static/
ScriptAlias /munin-cgi/ /usr/lib/munin/cgi/
# options to be passed to rrdcached
# (do not specify -p <pidfile> - this is handled by the init script)
# default: see /etc/init.d/rrdcached
-OPTS="-s munin -m 660 -l unix:/var/run/rrdcached.sock -w 1800 -z 1800 -j /var/lib/munin/rrdcached -F -b /var/lib/munin -B"
+OPTS="-s munin -m 666 -l unix:/var/run/rrdcached.sock -w 1800 -z 1800 -j /var/lib/munin/rrdcached -F -b /var/lib/munin -B"
# number of seconds to wait for rrdcached to shut down
# (writing the data to disk may take some time;