From: Hannu Nyman Date: Sat, 3 Feb 2024 09:59:31 +0000 (+0200) Subject: luci-app-statistics: Add rrd backup option to config file X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=feee897c81d76de3bd4068f838fc9c3f838af71d;p=project%2Fluci.git luci-app-statistics: Add rrd backup option to config file Commit ad98af3a2 added the statistics data backup capability to LuCI statistics, but dit not add the option to the config file. Add the option (as disabled), so that users can easier notice the feature. Signed-off-by: Hannu Nyman (cherry picked from commit 1e1c6b853157febd3d93cdcbaa059a4f1a80b33b) --- diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index f7783d73f3..74456720d3 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -23,6 +23,7 @@ config statistics 'collectd_rrdtool' option RRARows '288' option RRASingle '1' option RRATimespans '2hour 1day 1week 1month 1year' + option backup '0' config statistics 'collectd_csv' option enable '0'