From 43ec18005cddd74fd1aae92666bff3a453611358 Mon Sep 17 00:00:00 2001 From: glondu Date: Sun, 15 Oct 2006 20:29:13 +0200 Subject: [PATCH] a marche mieux comme a. darcs-hash:20061015182913-68412-9a3f836faee2a1ffd4ee4fcb61ed3bedb93c6660.gz --- munin/etat_imprimante | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/munin/etat_imprimante b/munin/etat_imprimante index f4c9b95a..f4498f98 100755 --- a/munin/etat_imprimante +++ b/munin/etat_imprimante @@ -39,10 +39,9 @@ else: if arg == "config": # Ecrit sur la sortie standard la configuration print 'host_name laserjet' - print "graph_args --base 1 --lower-limit 0 --upper-limit 10" + print "graph_args --lower-limit 0 --upper-limit 10" print "graph_title Etat de l'imprimante" print "graph_vlabel 0: no problem, 40: ragnarok" - print "etat.draw LINE2" print "etat.label Estimation des embrouilles" else: # Ecrit les valeurs actuelles sur la sortie standard