]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/munin/templates/default/rrdcached.erb
Make sure munin-cgi-graph uses rrdcached
[chef.git] / cookbooks / munin / templates / default / rrdcached.erb
index f89b91ae1822f5b59c957bcb484a7cfc5c731ddd..72f9e6fcce381d1a95884025d9d2f47524fffa0c 100644 (file)
@@ -7,7 +7,7 @@ DISABLE=0
 # 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;