Skip to content

Commit

Permalink
luci-app-statistics: Add rrd backup option to config file
Browse files Browse the repository at this point in the history
Commit ad98af3 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 <[email protected]>
  • Loading branch information
hnyman committed Feb 3, 2024
1 parent 6975c65 commit 1e1c6b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1e1c6b8

Please sign in to comment.