summaryrefslogtreecommitdiffstats
path: root/docs/aoa/hddtemp.rst
blob: 9e8506f32507675921ce02a4211422fc5fe427dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. _sensors:

HDD temperature sensor
======================

*Availability: Linux*

This plugin will add HDD temperature to the sensors plugin.

On your Linux system, you will need to have:
- hddtemp package installed
- hddtemp service up and running (check it with systemctl status hddtemp)
- the TCP port 7634  opened 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.

.. image:: ../_static/hddtemp.png

There is no alert on this information.

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