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>
This commit is contained in:
parent
6975c65886
commit
1e1c6b8531
1 changed files with 1 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue