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:
|
||||
md: false
|
||||
thermal: false
|
||||
|
||||
collectd_df: {}
|
||||
|
||||
|
|
|
@ -220,7 +220,7 @@ LoadPlugin {{ name }}
|
|||
{{ load_plugin('tcpconns') }}
|
||||
#LoadPlugin teamspeak2
|
||||
#LoadPlugin ted
|
||||
#LoadPlugin thermal
|
||||
{{ load_plugin('thermal') }}
|
||||
##LoadPlugin tokyotyrant
|
||||
##LoadPlugin turbostat
|
||||
#LoadPlugin unixsock
|
||||
|
|
Loading…
Reference in New Issue