applications/luci-statistics: remove the 10min rra from default config, saves some...
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Nov 2011 04:24:26 +0000 (04:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 28 Nov 2011 04:24:26 +0000 (04:24 +0000)
applications/luci-statistics/root/etc/config/luci_statistics

index ea0ae6d..de94b3a 100644 (file)
@@ -130,4 +130,4 @@ config 'statistics' 'collectd_rrdtool'
        option 'DataDir' '/tmp'
        option 'RRARows' '100'
        option 'RRASingle' '1'
-       option 'RRATimespans' '10min 1hour 1day 1week 1month 1year'
+       option 'RRATimespans' '1hour 1day 1week 1month 1year'