Linux machine sensors monitoring with Netdata
THIS MODULE IS OBSOLETE. USE THE PYTHON ONE - IT SUPPORTS MULTIPLE JOBS AND IT IS MORE EFFICIENT
Unlike the python one, this module can collect temperature on RPi.
The plugin will provide charts for all configured system sensors
This plugin is reading sensors directly from the kernel. The
lm-sensors
package is able to perform calculations on the kernel provided values, this plugin will not perform. So, the values graphed, are the raw hardware values of the sensors.
The plugin will create Netdata charts for:
- Temperature
- Voltage
- Current
- Power
- Fans Speed
- Energy
- Humidity
One chart for every sensor chip found and each of the above will be created.
#
Enable the collectorThe sensors
collector is disabled by default. To enable it, edit the charts.d.conf
file using edit-config
from the
Netdata config directory, which is typically at /etc/netdata
.
It also needs to be set to "force" to be enabled:
#
ConfigurationEdit the charts.d/sensors.conf
configuration file using edit-config
from the
Netdata config directory, which is typically at /etc/netdata
.
This is the internal default for charts.d/sensors.conf