Sensors

Availability: Linux

../_images/sensors.png

Glances can display the sensors information using psutil, hddtemp and batinfo: - motherboard and CPU temperatures - hard disk temperature - battery capacity

Limit values and sensors alias names can be defined in the configuration file under the [sensors] section.

Limit can be defined for a specific sensor, a type of sensor or defineby the system thresholds (default behavor).

[sensors]
# Sensors core thresholds (in Celsius...)
# By default values are grabbed from the system
# Overwrite thresholds for a specific sensor
temperature_core_Ambient_careful=45
temperature_core_Ambient_warning=65
temperature_core_Ambient_critical=80
temperature_core_Ambient_log=False
# Overwrite thresholds for a specific type of sensor
#temperature_core_careful=45
#temperature_core_warning=65
#temperature_core_critical=80