diff options
Diffstat (limited to 'applications/luci-app-statistics/root')
-rw-r--r-- | applications/luci-app-statistics/root/etc/config/luci_statistics | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index de16f29de..4435d5c61 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -53,7 +53,7 @@ config statistics 'collectd_conntrack' option enable '0' config statistics 'collectd_cpu' - option enable '0' + option enable '1' config statistics 'collectd_df' option enable '0' @@ -113,7 +113,7 @@ config statistics 'collectd_load' option enable '1' config statistics 'collectd_memory' - option enable '0' + option enable '1' config statistics 'collectd_netlink' option enable '0' |