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>
<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