C'est des pourcentages donc on indique la limite haute

darcs-hash:20060719080916-72cb0-3c1559d2d1b5a7c0c0687b4d937f52d4c1ed0301.gz
This commit is contained in:
salles 2006-07-19 10:09:16 +02:00
parent ee8fb656e7
commit af308df982

View file

@ -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():