]> git.openstreetmap.org Git - chef.git/blob - cookbooks/munin/templates/default/rrdcached.erb
Increase parallelism of munin-update
[chef.git] / cookbooks / munin / templates / default / rrdcached.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # 0: start rrdcached on boot, 1: do not start rrdcached on boot
4 # default: 0
5 DISABLE=0
6
7 # options to be passed to rrdcached
8 # (do not specify -p <pidfile> - this is handled by the init script)
9 # default: see /etc/init.d/rrdcached
10 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"
11
12 # number of seconds to wait for rrdcached to shut down
13 # (writing the data to disk may take some time;
14 # tune this according to your setup)
15 # default: 30
16 MAXWAIT=30
17
18 # 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes
19 # default: 0
20 ENABLE_COREFILES=0