C'est des pourcentages donc on indique la limite haute
darcs-hash:20060719080916-72cb0-3c1559d2d1b5a7c0c0687b4d937f52d4c1ed0301.gz
This commit is contained in:
parent
ee8fb656e7
commit
af308df982
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ except :
|
|||
if arg == "config" :
|
||||
print 'host_name adresses-ip'
|
||||
print 'graph_title Statistiques adresses IP'
|
||||
print 'graph_args --base 1000 --lower-limit 0'
|
||||
print 'graph_args --base 1000 --lower-limit 0 --upper-limit 100'
|
||||
print 'graph_category network'
|
||||
print "graph_vlabel % d'utilisation"
|
||||
for subnet in NETs.keys():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue