Skip to content
Florian Forster edited this page Nov 21, 2023 · 1 revision
Name: Sensors plugin
Type: read
Callbacks: config, read, shutdown
Status: supported
FirstVersion: 1.4
Copyright: 2005–2008 Florian octo Forster, 2006 Luboš Staněk
License: GPLv2
Manpage: collectd.conf(5)
See also: List of Plugins

The Sensors plugin uses lm-sensors to read hardware sensors. You will need to configure lm-sensors (run sensors-detect as root) before this plugin will collect any useful and correct data. Try the sensors(1) application: If it works, so should this plugin.

Since often not all sensors that can be collected are actually useful (I never need the voltage sensors, for example), you can chose to only select some of the sensors.

Synopsis

 <Plugin "sensors">
   Sensor "it8712-isa-0290/voltage-in1"
   IgnoreSelected true
 </Plugin>

Example graph

Plugin-sensors.png

Dependencies

Clone this wiki locally