diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-19 16:06:05 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-19 16:10:57 +0200 |
commit | 1c27f6b462b7b488e75a5388198e97be00ba0835 (patch) | |
tree | d6f568776190808c9a605c9b771009405052a24c /applications/luci-app-statistics/root/usr | |
parent | 840a414c3a50a4006a78d8ee376d0feb0cd9975a (diff) |
luci-app-statistics: add support for thermal stats
Add support for temperature data from collect-mod-thermal
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics/root/usr')
-rwxr-xr-x | applications/luci-app-statistics/root/usr/bin/stat-genconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/usr/bin/stat-genconfig b/applications/luci-app-statistics/root/usr/bin/stat-genconfig index ab8159bc2..df9af1526 100755 --- a/applications/luci-app-statistics/root/usr/bin/stat-genconfig +++ b/applications/luci-app-statistics/root/usr/bin/stat-genconfig @@ -423,6 +423,12 @@ plugins = { { "LocalPorts", "RemotePorts" } }, + thermal = { + { }, + { "IgnoreSelected" }, + { "Device" } + }, + unixsock = { { "SocketFile", "SocketGroup", "SocketPerms" }, { }, |