summaryrefslogtreecommitdiffstats
path: root/docs/aoa
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-09-09 11:59:04 +0200
committernicolargo <nicolas@nicolargo.com>2022-09-09 11:59:04 +0200
commit42f25d3e38ca6cf1615bb7b427c3f47fddd268a5 (patch)
treeed5b653ab1467206ba9be5c5fd3fa2de6b8c0d4d /docs/aoa
parent3ed17fa8f615d4f8a42f4ced692b2cf8adba60b1 (diff)
Apply alias to Duplicate sensor name #1686
Diffstat (limited to 'docs/aoa')
-rw-r--r--docs/aoa/sensors.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/aoa/sensors.rst b/docs/aoa/sensors.rst
index 01e8d059..30884dd4 100644
--- a/docs/aoa/sensors.rst
+++ b/docs/aoa/sensors.rst
@@ -23,3 +23,9 @@ There is no alert on this information.
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 \ No newline at end of file