[munin/canon_] seul le pourcentage restant des toner est pertinent

darcs-hash:20090520174829-bd074-0eae8b2f5db3df19a572c847a8dad8801af54ff3.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-05-20 19:48:29 +02:00
parent 0e46822c30
commit febc6f8535

View file

@ -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,