diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2024-02-03 11:59:31 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2024-02-03 11:59:31 +0200 |
commit | 1e1c6b853157febd3d93cdcbaa059a4f1a80b33b (patch) | |
tree | 732470d46ce267f11541c32985870476c0035061 /applications/luci-app-statistics/root/etc/config/luci_statistics | |
parent | 6975c65886df4242487a7032d5a952e331a9cfe7 (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 1 |
1 files changed, 1 insertions, 0 deletions
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' |