From 1e1c6b853157febd3d93cdcbaa059a4f1a80b33b Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 3 Feb 2024 11:59:31 +0200 Subject: [PATCH] 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 --- applications/luci-app-statistics/root/etc/config/luci_statistics | 1 + 1 file changed, 1 insertion(+) 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' -- 2.30.2