Ajout de la catgorie consommables.

darcs-hash:20061010222532-68412-25996444445d4ecfe7c0957d222c8e8e5a9f9f50.gz
This commit is contained in:
glondu 2006-10-11 00:25:32 +02:00
parent 8fc230a134
commit 45a4040af1

View file

@ -50,6 +50,7 @@ except :
#Ecrit sur la sortie standard la configuration #Ecrit sur la sortie standard la configuration
if arg == "config" : if arg == "config" :
print 'host_name laserjet' print 'host_name laserjet'
print 'graph_category consommables'
print "graph_args --base 1000 --lower-limit %i --upper-limit %i" % (lower_limit,upper_limit) print "graph_args --base 1000 --lower-limit %i --upper-limit %i" % (lower_limit,upper_limit)
print 'graph_title %s' % titre print 'graph_title %s' % titre
print "graph_vlabel nb de pages restantes" print "graph_vlabel nb de pages restantes"