summaryrefslogtreecommitdiffstats
path: root/docs/aoa/sensors.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2021-08-21 11:29:27 +0200
committernicolargo <nicolas@nicolargo.com>2021-08-21 11:29:27 +0200
commita47cfafdafe7a9e35a74ad08b36cd209c3d0a7de (patch)
treec665f81ee0be0a536a3925f237dee4b58d26f607 /docs/aoa/sensors.rst
parenta0d7db5abb570053c4d07bee656924f4d9299348 (diff)
Update documentation
Diffstat (limited to 'docs/aoa/sensors.rst')
-rw-r--r--docs/aoa/sensors.rst14
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/aoa/sensors.rst b/docs/aoa/sensors.rst
index 9dd6dd17..01e8d059 100644
--- a/docs/aoa/sensors.rst
+++ b/docs/aoa/sensors.rst
@@ -7,11 +7,19 @@ Sensors
.. image:: ../_static/sensors.png
-Glances can display the sensors information using ``psutil`` and/or
-``hddtemp``.
+Glances can display the sensors information using ``psutil``,
+``hddtemp`` and ``batinfo``:
+- motherboard and CPU temperatures
+- hard disk temperature
+- battery capacity
There is no alert on this information.
-.. note::
+.. note 1::
Limit values and sensors alias names can be defined in the
configuration file under the ``[sensors]`` section.
+
+.. 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.