* ffluci/statistics: update default config

This commit is contained in:
Jo-Philipp Wich 2008-05-25 02:56:05 +00:00
parent 2620b221ff
commit e53d31062e

View file

@ -1,4 +1,4 @@
config 'statistics' 'general' config 'statistics' 'collectd'
option 'BaseDir' '/var/run/collectd' option 'BaseDir' '/var/run/collectd'
option 'Include' '/etc/collectd/conf.d' option 'Include' '/etc/collectd/conf.d'
option 'PIDFile' '/var/run/collectd.pid' option 'PIDFile' '/var/run/collectd.pid'
@ -117,5 +117,5 @@ config 'statistics' 'collectd_rrdtool'
option 'enable' '1' option 'enable' '1'
option 'DataDir' '/tmp' option 'DataDir' '/tmp'
option 'RRARows' '100' option 'RRARows' '100'
option 'RRASingle' '1' option 'RRASingle' '0'
option 'RRATimespans' '600 86400 604800 2678400' option 'RRATimespans' '600 86400 604800 2678400'