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

@ -11,11 +11,11 @@ try :
arg = sys.argv[1]
except :
arg = ''
if arg == "config" :
print 'host_name web.rouge'
print 'graph_category wiki'
print 'graph_title Thèmes wiki utilisés'
print u'graph_title Thèmes wiki utilisés'
print 'graph_scale no'
print "graph_vlabel nb d'utilisateurs"
for theme in THEMES :
@ -35,4 +35,3 @@ else :
for char in [' ','_','-','/','\\',':',';','.','<','>'] :
nom = nom.replace(char, '')
print '%s.value %s' % (nom, nb)