mirror of https://github.com/mikaku/Monitorix.git
updated documentation #272
This commit is contained in:
parent
5632b6e298
commit
137a51d2e8
|
@ -1315,9 +1315,9 @@ To collect the disk drive temperatures and health the \fIsmartmontools\fP or the
|
|||
It is recommended that you first check if either \fIsmartctl\fP(8) or \fIhddtemp\fP are able to collect data from the disk drive(s) that you plan to monitor. You may test this with the following command:
|
||||
.P
|
||||
.RS
|
||||
# hddtemp /dev/sdb
|
||||
# hddtemp /dev/sda
|
||||
.br
|
||||
/dev/sdb: WDC WD1600AABS-00M1A0: 48°C
|
||||
/dev/sda: WDC WD1600AABS-00M1A0: 48°C
|
||||
.P
|
||||
.RE
|
||||
If you see good results as above, you can add it to the group 0 like this:
|
||||
|
@ -1325,7 +1325,7 @@ If you see good results as above, you can add it to the group 0 like this:
|
|||
.RS
|
||||
<list>
|
||||
.br
|
||||
0 = /dev/sda, /dev/sdb
|
||||
0 = /dev/sda, /dev/disk/by-path/pci-0000:00:11.0-scsi-0:0:0:0
|
||||
.br
|
||||
</list>
|
||||
.RE
|
||||
|
@ -1333,6 +1333,21 @@ If you see good results as above, you can add it to the group 0 like this:
|
|||
The maximum number of disk device names allowed per group is 8.
|
||||
.RE
|
||||
.P
|
||||
.BI map
|
||||
.RS
|
||||
This list complements the \fBlist\fP option. It basically allows you to change the disk name that will appear in the graph, hiding the real device name. If no association is defined, then Monitorix will display the name of the disk as it is.
|
||||
.P
|
||||
.RS
|
||||
<map>
|
||||
.br
|
||||
/dev/sda = "system disk"
|
||||
.br
|
||||
pci-0000:00:11.0-scsi-0:0:0:0 = "data disk"
|
||||
.br
|
||||
</map>
|
||||
.RE
|
||||
.RE
|
||||
.P
|
||||
.BI realloc_enabled
|
||||
.RS
|
||||
This section enables or disables one of the alert capabilities for this graph; the alert for the number of reallocated sectors in disk. It works as follows:
|
||||
|
|
Loading…
Reference in New Issue