From 95ea1e67fe29a1778d161dce15ea57205b07c85d Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 5 Oct 2019 18:59:08 +0300 Subject: 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 --- applications/luci-app-statistics/root/etc/config/luci_statistics | 2 ++ 1 file changed, 2 insertions(+) (limited to 'applications/luci-app-statistics/root/etc') diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index f84f67d1fc..d97087d190 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' -- cgit v1.2.3