r/collectd: Allow the thermal plugin
Raspberry Pi devices provide SoC temperature information through thermal zone data in sysfs.btop
parent
29a6a0540f
commit
a60327a995
|
@ -7,6 +7,7 @@ collectd_plugins: {}
|
||||||
|
|
||||||
collectd_plugins_defaults:
|
collectd_plugins_defaults:
|
||||||
md: false
|
md: false
|
||||||
|
thermal: false
|
||||||
|
|
||||||
collectd_df: {}
|
collectd_df: {}
|
||||||
|
|
||||||
|
|
|
@ -220,7 +220,7 @@ LoadPlugin {{ name }}
|
||||||
{{ load_plugin('tcpconns') }}
|
{{ load_plugin('tcpconns') }}
|
||||||
#LoadPlugin teamspeak2
|
#LoadPlugin teamspeak2
|
||||||
#LoadPlugin ted
|
#LoadPlugin ted
|
||||||
#LoadPlugin thermal
|
{{ load_plugin('thermal') }}
|
||||||
##LoadPlugin tokyotyrant
|
##LoadPlugin tokyotyrant
|
||||||
##LoadPlugin turbostat
|
##LoadPlugin turbostat
|
||||||
#LoadPlugin unixsock
|
#LoadPlugin unixsock
|
||||||
|
|
Loading…
Reference in New Issue