From febc6f8535ce902eecf3617e319d00d88be69a9b Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Wed, 20 May 2009 19:48:29 +0200 Subject: [PATCH] [munin/canon_] seul le pourcentage restant des toner est pertinent darcs-hash:20090520174829-bd074-0eae8b2f5db3df19a572c847a8dad8801af54ff3.gz --- munin/canon_ | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/munin/canon_ b/munin/canon_ index 23118c6b..217e20dc 100755 --- a/munin/canon_ +++ b/munin/canon_ @@ -29,7 +29,7 @@ from impression_canon import SNMP_CAPA_B, SNMP_CAPA_C, SNMP_CAPA_M, \ SNMP_COUNT_A3c, SNMP_COUNT_TOT dico_courbes_gen = { - 'ton-p' : { 'titre' : u"État des toner", + 'ton-p' : { 'titre' : u"État des toner (pourcentage restant)", 'vlabel': u"Pourcentage restant", 'lower-limit' : 0, 'upper-limit' : 6000, @@ -43,15 +43,6 @@ dico_courbes_gen = { 'ton_m' : SNMP_CAPA_M, 'ton_y' : SNMP_CAPA_Y } }, - 'ton' : { 'titre' : u"État des toner", - 'vlabel': u"pages restantes", - 'lower-limit' : 0, - 'upper-limit' : 100, - 'dico' : { 'ton_b' : (SNMP_TON_B, "Toner noir", "000000"), - 'ton_c' : (SNMP_TON_C, "Toner cyan", "00ffff"), - 'ton_m' : (SNMP_TON_M, "Toner magenta", "ff00ff"), - 'ton_y' : (SNMP_TON_Y, "Toner jaune", "ffff00") } - }, 'papier' : { 'titre' : 'Stock papier', 'vlabel' : 'Feuilles restantes', 'lower-limit' : 0,