diff --git a/Bundler/munin-server.xml b/Bundler/munin-server.xml index f974356..62f334a 100644 --- a/Bundler/munin-server.xml +++ b/Bundler/munin-server.xml @@ -1,5 +1,6 @@ + diff --git a/Cfg/etc/default/rrdcached/info.xml b/Cfg/etc/default/rrdcached/info.xml new file mode 100644 index 0000000..28fd470 --- /dev/null +++ b/Cfg/etc/default/rrdcached/info.xml @@ -0,0 +1,3 @@ + + + diff --git a/Cfg/etc/default/rrdcached/rrdcached b/Cfg/etc/default/rrdcached/rrdcached new file mode 100644 index 0000000..e16f05c --- /dev/null +++ b/Cfg/etc/default/rrdcached/rrdcached @@ -0,0 +1,24 @@ +# Crans: géré par bcfg2 ! +# NB: ce fichier de conf active le démon rrdcached pour qu'il soit utilisé +# par munin-master. Les fichiers rrd produits doivent être lisibles par l'user +# munin pour afficher les graphes. + +# 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="-s munin -m 660 -b /var/lib/munin -w 1800 -z 1800 -f 3600 -l unix:/var/run/rrdcached.sock" + +# 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 +