3.0: updated rigid/limit values in 'fs' and 'net' graphs

This commit is contained in:
Jordi Sanfeliu 2012-12-13 10:19:01 +01:00
parent eb8c5d8dca
commit 800c14889d
1 changed files with 11 additions and 7 deletions

View File

@ -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
<desc>
eth0 = FastEthernet LAN, 0, 10000000 eth0 = FastEthernet LAN, 0, 10000000
</net_desc> </desc>
net_gateway = eth0 gateway = eth0
rigid = 0, 0, 0
limit = 1000, 1000, 1000
</net>
# SERV graph # SERV graph