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>
|
||||
<devmap>
|
||||
</devmap>
|
||||
rigid = , 0, 0
|
||||
limit = , 1000, 1000
|
||||
rigid = 2, 0, 0
|
||||
limit = 100, 1000, 1000
|
||||
</fs>
|
||||
|
||||
|
||||
# NET graph
|
||||
# -----------------------------------------------------------------------------
|
||||
net_list = eth0
|
||||
<net_desc>
|
||||
eth0 = FastEthernet LAN, 0, 10000000
|
||||
</net_desc>
|
||||
net_gateway = eth0
|
||||
<net>
|
||||
list = eth0
|
||||
<desc>
|
||||
eth0 = FastEthernet LAN, 0, 10000000
|
||||
</desc>
|
||||
gateway = eth0
|
||||
rigid = 0, 0, 0
|
||||
limit = 1000, 1000, 1000
|
||||
</net>
|
||||
|
||||
|
||||
# SERV graph
|
||||
|
|
Loading…
Reference in New Issue