mirror of https://github.com/nicolargo/glances.git
Update documentation for HDDTemp plugin
This commit is contained in:
parent
871b4c32b2
commit
15eba5d4ae
|
|
@ -0,0 +1,19 @@
|
|||
.. _sensors:
|
||||
|
||||
HDD temperature sensor
|
||||
======================
|
||||
|
||||
*Availability: Linux*
|
||||
|
||||
This plugin will add HDD temperature to the sensors plugin.
|
||||
|
||||
On your Linux system, you will nedd to have:
|
||||
- hddtemp package installed
|
||||
- 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)
|
||||
|
||||
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.
|
||||
|
|
@ -37,6 +37,7 @@ Legend:
|
|||
raid
|
||||
smart
|
||||
sensors
|
||||
hddtemp
|
||||
ps
|
||||
monitor
|
||||
amps
|
||||
|
|
|
|||
|
|
@ -15,9 +15,3 @@ 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.
|
||||
|
||||
.. note::
|
||||
This plugin is disabled by default in the configuration file.
|
||||
To enable it just use the following option:
|
||||
|
||||
# glances --enable-plugin sensors
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.\" Man page generated from reStructuredText.
|
||||
.
|
||||
.TH "GLANCES" "1" "Jan 30, 2021" "3.1.7_beta" "Glances"
|
||||
.TH "GLANCES" "1" "Mar 13, 2021" "3.1.7_beta" "Glances"
|
||||
.SH NAME
|
||||
glances \- An eye on your system
|
||||
.
|
||||
|
|
|
|||
Loading…
Reference in New Issue