luci-app-statistics: add support for CPU frequency scaling stats
[project/luci.git] / applications / luci-app-statistics / root / etc / config / luci_statistics
index abcee3e..8fdcf43 100644 (file)
@@ -53,6 +53,9 @@ config statistics 'collectd_conntrack'
        option enable '0'
 
 config statistics 'collectd_cpu'
+       option enable '1'
+
+config statistics 'collectd_cpufreq'
        option enable '0'
 
 config statistics 'collectd_df'
@@ -113,7 +116,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'
@@ -140,6 +143,9 @@ config statistics 'collectd_processes'
        option enable '0'
        option Processes 'uhttpd dnsmasq dropbear'
 
+config statistics 'collectd_sensors'
+       option enable '0'
+
 config statistics 'collectd_splash_leases'
        option enable '0'