Merge pull request #6137 from hnyman/stats2h
luci-app-statistics: set shortest period data/graph to 2 hours
This commit is contained in:
commit
a5cef0c935
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ config statistics 'collectd_rrdtool'
|
|||
option DataDir '/tmp/rrd'
|
||||
option RRARows '288'
|
||||
option RRASingle '1'
|
||||
option RRATimespans '1hour 1day 1week 1month 1year'
|
||||
option RRATimespans '2hour 1day 1week 1month 1year'
|
||||
|
||||
config statistics 'collectd_csv'
|
||||
option enable '0'
|
||||
|
|
Loading…
Reference in a new issue