diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-10-05 18:59:08 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2019-10-05 18:59:08 +0300 |
commit | 95ea1e67fe29a1778d161dce15ea57205b07c85d (patch) | |
tree | 38f0d4e79df829b52c8fd47c5413d570668bcb4e /applications/luci-app-statistics/root/etc/config/luci_statistics | |
parent | 324f8daf313e33c4384d3ba546767ff66313f239 (diff) |
luci-app-statistics: fix memory plugin config
Fix d064cbcf9 by actually enabling ValuesAbsolute in the
config file and also prevent removing that option by LuCI.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index f84f67d1f..d97087d19 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -128,6 +128,8 @@ config statistics 'collectd_load' config statistics 'collectd_memory' option enable '1' + option ValuesAbsolute '1' + option ValuesPercentage '0' config statistics 'collectd_netlink' option enable '0' |