mirror of https://github.com/mikaku/Monitorix.git
3.0: updated rigid/limit values in 'fs' and 'net' graphs
This commit is contained in:
parent
eb8c5d8dca
commit
800c14889d
|
@ -182,18 +182,22 @@ alert_rootfs_script = /path/to/script.sh
|
||||||
</desc>
|
</desc>
|
||||||
<devmap>
|
<devmap>
|
||||||
</devmap>
|
</devmap>
|
||||||
rigid = , 0, 0
|
rigid = 2, 0, 0
|
||||||
limit = , 1000, 1000
|
limit = 100, 1000, 1000
|
||||||
</fs>
|
</fs>
|
||||||
|
|
||||||
|
|
||||||
# NET graph
|
# NET graph
|
||||||
# -----------------------------------------------------------------------------
|
# -----------------------------------------------------------------------------
|
||||||
net_list = eth0
|
<net>
|
||||||
<net_desc>
|
list = eth0
|
||||||
eth0 = FastEthernet LAN, 0, 10000000
|
<desc>
|
||||||
</net_desc>
|
eth0 = FastEthernet LAN, 0, 10000000
|
||||||
net_gateway = eth0
|
</desc>
|
||||||
|
gateway = eth0
|
||||||
|
rigid = 0, 0, 0
|
||||||
|
limit = 1000, 1000, 1000
|
||||||
|
</net>
|
||||||
|
|
||||||
|
|
||||||
# SERV graph
|
# SERV graph
|
||||||
|
|
Loading…
Reference in New Issue