glances/docs/aoa/sensors.rst

31 lines
846 B
ReStructuredText
Raw Normal View History

2016-03-02 15:29:19 +03:00
.. _sensors:
Sensors
=======
*Availability: Linux*
.. image:: ../_static/sensors.png
2021-08-21 12:29:27 +03:00
Glances can display the sensors information using ``psutil``,
``hddtemp`` and ``batinfo``:
- motherboard and CPU temperatures
- hard disk temperature
- battery capacity
2016-03-02 15:29:19 +03:00
There is no alert on this information.
2021-08-21 12:29:27 +03:00
.. note 1::
2016-03-02 15:29:19 +03:00
Limit values and sensors alias names can be defined in the
configuration file under the ``[sensors]`` section.
2021-08-21 12:29:27 +03:00
.. note 2::
The support for multiple batteries is only available if
you have the batinfo Python lib installed on your system
because for the moment PSUtil only support one battery.
.. note 3::
If a sensors has temperature and fan speed with the same name unit,
it is possible to alias it using:
unitname_temperature_core_alias=Alias for temp
unitname_fan_speed_alias=Alias for fan speed