From 7cf991a219d4bd709ea7fc72bfced293ed6f518d Mon Sep 17 00:00:00 2001 From: salles Date: Sat, 22 Sep 2007 19:29:29 +0200 Subject: [PATCH] =?UTF-8?q?Graphes=20mieux=20ajust=C3=A9s.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20070922172929-72cb0-2b539f82263117fb74d5db6da709e4c6bd6b728c.gz --- munin/laserjet_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/laserjet_ b/munin/laserjet_ index 6b6d8fd7..3c0e7d2c 100755 --- a/munin/laserjet_ +++ b/munin/laserjet_ @@ -122,7 +122,7 @@ except : if arg == "config" : print 'host_name laserjet' print 'graph_category consommables' - print "graph_args --lower-limit %i --upper-limit %i" % (lower_limit,upper_limit) + print "graph_args --lower-limit %i --upper-limit %i --rigid" % (lower_limit,upper_limit) print 'graph_title %s' % titre print "graph_vlabel %s" % vlabel keys = dico_courbes.keys()