1 # DO NOT EDIT - This file is being maintained by Chef
 
   3 # 0: start rrdcached on boot, 1: do not start rrdcached on boot
 
   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"
 
  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)
 
  18 # 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes