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 @@ if [ "$1" = "config" ]; then
echo 'graph_title Utilisateurs wiki'
echo 'graph_args --base 1000 --lower-limit 0'
echo "graph_vlabel nombre d'utilisateurs"
echo 'enregistres.label Nb enregistrés'
echo u'enregistres.label Nb enregistrés'
echo 'enregistres.draw AREA'
echo 'favoris.label Nb avec favoris'
exit 0