mirror of https://github.com/mikaku/Monitorix.git
3.0: updated
This commit is contained in:
parent
9170cee973
commit
ae703d04d2
|
@ -109,19 +109,23 @@ alert_rootfs_script = /path/to/script.sh
|
|||
|
||||
# PROC graph
|
||||
# -----------------------------------------------------------------------------
|
||||
proc_max = 4
|
||||
proc_per_row = 2
|
||||
proc_size = medium
|
||||
proc_data = y
|
||||
proc_rigid = 2
|
||||
proc_limit = 100
|
||||
<proc>
|
||||
max = 4
|
||||
per_row = 2
|
||||
size = medium
|
||||
data = y
|
||||
rigid = 2
|
||||
limit = 100
|
||||
</proc>
|
||||
|
||||
|
||||
# HPTEMP graph
|
||||
# -----------------------------------------------------------------------------
|
||||
hptemp1 = 2, 3
|
||||
hptemp2 = 1, 6
|
||||
hptemp3 = 16, 18, 19, 20, 21, 22
|
||||
<hptemp>
|
||||
0 = 2, 3
|
||||
1 = 1, 6
|
||||
2 = 16, 18, 19, 20, 21, 22
|
||||
</hptemp>
|
||||
|
||||
|
||||
# LMSENS graph
|
||||
|
|
Loading…
Reference in New Issue