diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2022-12-06 17:41:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 17:41:25 +0200 |
commit | a5cef0c935aecd623141cbfdd21226cb3b4f5991 (patch) | |
tree | 3cefe784cd5dd7ec3f2a0fb60075c5108931a979 /applications/luci-app-statistics/root | |
parent | 785792a5911036910b6caf440b25262fe8d74a0a (diff) | |
parent | 4b49b45641b34094bd3be8b34de026303dc70f4a (diff) |
Merge pull request #6137 from hnyman/stats2h
luci-app-statistics: set shortest period data/graph to 2 hours
Diffstat (limited to 'applications/luci-app-statistics/root')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 43d825bc95..603e038800 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -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' |