From 1ff45f72a2e02d73f1ef4874a319826203b1b879 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 18 Jan 2014 15:54:34 -0200 Subject: Manage rrdcached on nodo::subsystem::monitor::master --- files/etc/default/rrdcached | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 files/etc/default/rrdcached (limited to 'files') diff --git a/files/etc/default/rrdcached b/files/etc/default/rrdcached new file mode 100644 index 0000000..43d4ac8 --- /dev/null +++ b/files/etc/default/rrdcached @@ -0,0 +1,22 @@ +# /etc/default/rrdcached + +# 0: start rrdcached on boot, 1: do not start rrdcached on boot +# default: 0 +DISABLE=0 + +# options to be passed to rrdcached +# (do not specify -p - this is handled by the init script) +# default: see /etc/init.d/rrdcached +#OPTS="" +OPTS="-s munin -l unix:/var/run/rrdcached.sock -j /var/lib/rrdcached/journal/ -F -b /var/lib/munin/ -B -w 1800 -z 1800 -f 3600" + +# number of seconds to wait for rrdcached to shut down +# (writing the data to disk may take some time; +# tune this according to your setup) +# default: 30 +MAXWAIT=30 + +# 0: do not enable core-files, 1: enable core-files ... if rrdcached crashes +# default: 0 +ENABLE_COREFILES=0 + -- cgit v1.2.3