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 graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
proc_max = 4
|
<proc>
|
||||||
proc_per_row = 2
|
max = 4
|
||||||
proc_size = medium
|
per_row = 2
|
||||||
proc_data = y
|
size = medium
|
||||||
proc_rigid = 2
|
data = y
|
||||||
proc_limit = 100
|
rigid = 2
|
||||||
|
limit = 100
|
||||||
|
</proc>
|
||||||
|
|
||||||
|
|
||||||
# HPTEMP graph
|
# HPTEMP graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
hptemp1 = 2, 3
|
<hptemp>
|
||||||
hptemp2 = 1, 6
|
0 = 2, 3
|
||||||
hptemp3 = 16, 18, 19, 20, 21, 22
|
1 = 1, 6
|
||||||
|
2 = 16, 18, 19, 20, 21, 22
|
||||||
|
</hptemp>
|
||||||
|
|
||||||
|
|
||||||
# LMSENS graph
|
# LMSENS graph
|
||||||
|
|
Loading…
Reference in New Issue