diff --git a/munin/wiki_pages b/munin/wiki_pages index 8e27a9ae..b07e9291 100644 --- a/munin/wiki_pages +++ b/munin/wiki_pages @@ -13,7 +13,7 @@ except : arg = '' if arg == "config" : - print 'host_name web.rouge' + print 'host_name web.wiki' print 'graph_category wiki' print 'graph_title Nombres de pages' print 'graph_args --base 1000 --lower-limit 0' diff --git a/munin/wiki_themes b/munin/wiki_themes index 22276d90..e2e9daf7 100644 --- a/munin/wiki_themes +++ b/munin/wiki_themes @@ -13,7 +13,7 @@ except : arg = '' if arg == "config" : - print 'host_name web.rouge' + print 'host_name web.wiki' print 'graph_category wiki' print 'graph_title Themes wiki utilises' print 'graph_scale no' diff --git a/munin/wiki_users b/munin/wiki_users index d1186d9c..ff1d64a8 100644 --- a/munin/wiki_users +++ b/munin/wiki_users @@ -1,16 +1,15 @@ #!/bin/sh if [ "$1" = "config" ]; then - - echo 'host_name web.rouge' - echo 'graph_category wiki' - echo 'graph_title Utilisateurs wiki' - echo 'graph_args --base 1000 --lower-limit 0' - echo "graph_vlabel nombre d'utilisateurs" - echo u'enregistres.label Nb enregistrés' - echo 'enregistres.draw AREA' - echo 'favoris.label Nb avec favoris' - exit 0 + echo 'host_name web.wiki' + echo 'graph_category wiki' + 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 'enregistres.draw AREA' + echo 'favoris.label Nb avec favoris' + exit 0 fi echo "enregistres.value" `ls /var/local/wiki/data/user/ | grep -E '^[0-9]+\.[0-9]+\.[0-9]+$' | wc -l`