Merge pull request #798 from thoto/feature_lstat
[project/luci.git] / applications / luci-app-statistics / root / etc / config / luci_statistics
index de16f29..774a838 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'
@@ -151,6 +154,11 @@ config statistics 'collectd_tcpconns'
        option ListeningPorts '0'
        option LocalPorts '22 80'
 
+config statistics 'collectd_thermal'
+       option enable '0'
+       option IgnoreSelected '0'
+       option Device ''
+
 config statistics 'collectd_uptime'
        option enable '0'