mirror of https://github.com/mikaku/Monitorix.git
fixed 'hptemp' options
This commit is contained in:
parent
aaa3059af1
commit
5afc17d9f7
|
@ -388,11 +388,11 @@ This list will hold the defined temperature sensors for each graph. You must hav
|
|||
.P
|
||||
Each graph has a limited number of IDs:
|
||||
.P
|
||||
\fB0\fP up to 8 IDs
|
||||
\fBgraph_0\fP up to 8 IDs
|
||||
.br
|
||||
\fB1\fP up to 6 IDs
|
||||
\fBgraph_1\fP up to 6 IDs
|
||||
.br
|
||||
\fB2\fP up to 6 IDs
|
||||
\fBgraph_2\fP up to 6 IDs
|
||||
.P
|
||||
The following is a configuration example of selected IDs:
|
||||
.P
|
||||
|
@ -439,11 +439,11 @@ ID TYPE LOCATION STATUS CURRENT THRESHOLD
|
|||
.RS
|
||||
<list>
|
||||
.br
|
||||
0 = 2, 3
|
||||
graph_0 = 2, 3
|
||||
.br
|
||||
1 = 1, 5, 18
|
||||
graph_1 = 1, 5, 18
|
||||
.br
|
||||
2 = 7, 9, 10, 11, 12, 13
|
||||
graph_2 = 7, 9, 10, 11, 12, 13
|
||||
.br
|
||||
</list>
|
||||
.RE
|
||||
|
|
Loading…
Reference in New Issue