kikoololisation de munin

(on rajoute des accents partout :)

darcs-hash:20081004175702-bd074-cf32f0e641d84d78ea6a7a8d3a2ed5902ca514b4.gz
This commit is contained in:
Antoine Durand-Gasselin 2008-10-04 19:57:02 +02:00
parent ce5e155942
commit cee435c7ad
8 changed files with 29 additions and 34 deletions

View file

@ -7,7 +7,7 @@ sys.path.append("/usr/scripts/gestion")
import hptools
dico_courbes_gen = {
'car' : {'titre' : "Etat des cartouches",
'car' : {'titre' : u"État des cartouches",
'vlabel' : "nb de pages restantes",
'lower-limit' : 0,
'upper-limit' : 30000,
@ -19,7 +19,7 @@ dico_courbes_gen = {
'car_mag' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.3.0","Cartouche magenta","ff00ff"),
'car_yel' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.4.0","Cartouche jaune","ffff00")
}},
'car-p' : {'titre' : "Etat des cartouches",
'car-p' : {'titre' : u"État des cartouches (pourcentage)",
'vlabel' : "pourcentage restant",
'lower-limit' : 0,
'upper-limit' : 100,
@ -29,7 +29,7 @@ dico_courbes_gen = {
'car_p_mag' : ("enterprises.11.2.3.9.4.2.1.4.1.10.1.1.18.3.0","Cartouche magenta","ff00ff"),
'car_p_yel' : ("enterprises.11.2.3.9.4.2.1.4.1.10.1.1.18.4.0","Cartouche jaune","ffff00")
}},
'tam' : {'titre' : "Etat des tambours",
'tam' : {'titre' : u"État des tambours",
'vlabel' : "nb de pages restantes",
'lower-limit' : 0,
'upper-limit' : 40000,
@ -41,7 +41,7 @@ dico_courbes_gen = {
'tam_mag' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.7.0","Tambour d'imagerie magenta","ff00ff"),
'tam_yel' : ("enterprises.11.2.3.9.4.2.1.4.1.10.5.1.1.8.0","Tambour d'imagerie jaune","ffff00"),
}},
'tam-p' : {'titre' : "Etat des tambours",
'tam-p' : {'titre' : u"État des tambours (pourcentage)",
'vlabel' : "Pourcentage restant",
'lower-limit' : 0,
'upper-limit' : 100,
@ -65,7 +65,7 @@ dico_courbes_gen = {
'tray1' : ("1.3.6.1.2.1.43.8.2.1.10.1.1","Transparents","ffff33"),
'tray1_max' : ("1.3.6.1.2.1.43.8.2.1.9.1.1","Transparents (max)","cccc00"),
}},
'stock-papier-p' : {'titre' : "Stock papier",
'stock-papier-p' : {'titre' : "Stock papier (pourcentage)",
'vlabel' : "Pourcentage restant",
'lower-limit' : 0,
'upper-limit' : 100,
@ -81,7 +81,7 @@ dico_courbes_gen = {
'tray2' : "1.3.6.1.2.1.43.8.2.1.9.1.2",
'tray1' : "1.3.6.1.2.1.43.8.2.1.9.1.1",
}},
'kit' : {'titre' : "Etat des kits images",
'kit' : {'titre' : u"État des kits images",
'vlabel' : "nb de pages restantes",
'lower-limit' : 0,
'upper-limit' : 150000,