summaryrefslogtreecommitdiffstats
path: root/docs/aoa/hddtemp.rst
diff options
context:
space:
mode:
authorNicolas Hennion <nicolashennion@gmail.com>2021-05-18 08:31:36 +0200
committerGitHub <noreply@github.com>2021-05-18 08:31:36 +0200
commitebd3869bfc88a60df477c2fbe1ddc819c1f420e7 (patch)
treeee904f2c032baa278eb4d5ac89d88d9cdfa91a31 /docs/aoa/hddtemp.rst
parent3bfc7fafdf4826bb1a0f800e5cd5899c51a8a483 (diff)
Update hddtemp.rst
Diffstat (limited to 'docs/aoa/hddtemp.rst')
-rw-r--r--docs/aoa/hddtemp.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/aoa/hddtemp.rst b/docs/aoa/hddtemp.rst
index f6c65f86..a9fb16f4 100644
--- a/docs/aoa/hddtemp.rst
+++ b/docs/aoa/hddtemp.rst
@@ -12,6 +12,24 @@ On your Linux system, you will need to have:
- hddtemp service up and running (check it with systemctl status hddtemp)
- the TCP port 7634 openned on your local Firewall (if it is enabled on your system)
+For example on a CentOS/Redhat Linux operating system, you have to:
+
+```
+sudo yum install hddtemp
+sudo systemctl enable hddtemp
+sudo systemctl enable hddtemp
+```
+
+Test it in the console:
+
+```
+$ hddtemp
+/dev/sda: TOSHIBA MQ01ACF050: 41°C
+/dev/sdb: ST1000LM044 HN-M101SAD: 38°C
+```
+
+It should appears in the sensors plugin.
+
There is no alert on this information.
.. note::