git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6975c65
)
luci-app-statistics: Add rrd backup option to config file
author
Hannu Nyman
<redacted>
Sat, 3 Feb 2024 09:59:31 +0000
(11:59 +0200)
committer
Hannu Nyman
<redacted>
Sat, 3 Feb 2024 09:59:31 +0000
(11:59 +0200)
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 <redacted>
applications/luci-app-statistics/root/etc/config/luci_statistics
patch
|
blob
|
history
diff --git
a/applications/luci-app-statistics/root/etc/config/luci_statistics
b/applications/luci-app-statistics/root/etc/config/luci_statistics
index f7783d73f30bb136d4fe0fc8a1f55be3c6ddfae2..74456720d30ec72cd691eafb7cf6a31eb1632be0 100644
(file)
--- 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'
git clone https://git.99rst.org/PROJECT