luci-app-statistics: Adjust UI defaults to match config file
authorHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2020 10:39:24 +0000 (12:39 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sun, 13 Dec 2020 10:41:28 +0000 (12:41 +0200)
commitcaae7adfaaf2ecce3499dd63af21cc612a68f60a
treee4a9fe6a34ca16671190d67ced6307a16cff299e
parent4a08cb912b3930ea46fe62b20e99f5928381e79b
luci-app-statistics: Adjust UI defaults to match config file

Adjust the defaults shown in the LuCI user interface to match
the real default values in the default config file.

(If a plugin is disabled and config values get deleted from
the config file, user has been offered incorrect default
values from UI defaults when the plugin is later re-enabled.)

* email: socket in /var/run/collectd/ dir
* ping: TTL 127
* rrdtool: 3600 sec (1hour) as shortest period, 144 RRArows
* unixsock: socket in /var/run/collectd/ dir

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(Backported and adapted from commit f7e5b56649)
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/email.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/ping.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/rrdtool.lua
applications/luci-app-statistics/luasrc/model/cbi/luci_statistics/unixsock.lua