From: Jo-Philipp Wich Date: Sun, 25 May 2008 02:56:05 +0000 (+0000) Subject: * ffluci/statistics: update default config X-Git-Tag: 0.8.0~996 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=e53d31062e4b35eb3b660b3703c171f77542405e * ffluci/statistics: update default config --- diff --git a/applications/luci-statistics/root/etc/config/luci_statistics b/applications/luci-statistics/root/etc/config/luci_statistics index b8642b680..9636c57f8 100644 --- a/applications/luci-statistics/root/etc/config/luci_statistics +++ b/applications/luci-statistics/root/etc/config/luci_statistics @@ -1,4 +1,4 @@ -config 'statistics' 'general' +config 'statistics' 'collectd' option 'BaseDir' '/var/run/collectd' option 'Include' '/etc/collectd/conf.d' option 'PIDFile' '/var/run/collectd.pid' @@ -117,5 +117,5 @@ config 'statistics' 'collectd_rrdtool' option 'enable' '1' option 'DataDir' '/tmp' option 'RRARows' '100' - option 'RRASingle' '1' + option 'RRASingle' '0' option 'RRATimespans' '600 86400 604800 2678400'