diff --git a/munin/imprimante b/munin/imprimante index c2f73fc8..8213044e 100755 --- a/munin/imprimante +++ b/munin/imprimante @@ -9,7 +9,7 @@ import hptools dico_courbes_gen = { 'car' : {'titre' : "Etat des cartouches", 'lower-limit' : 0, - 'upper-limit' : 60000, + 'upper-limit' : 30000, 'dico' : { 'car_bla' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.1.0","Cartouche noir","000000"), 'car_cya' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.2.0","Cartouche cyan","00ffff"), @@ -18,7 +18,7 @@ dico_courbes_gen = { }}, 'tam' : {'titre' : "Etat des tambours", 'lower-limit' : 0, - 'upper-limit' : 60000, + 'upper-limit' : 40000, 'dico' : { 'tam_bla' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.5.0","Tambour d'imagerie noir","000000"), 'tam_cya' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.6.0","Tambour d'imagerie cyan","00ffff"),