From 7e1a4bb1fe52bdb59ea7585e83fc32680009089b Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Sat, 28 Mar 2009 16:33:42 +0100 Subject: [PATCH] [munin/wiki_*] Le wiki n'est plus sur rouge Ignore-this: 90eda6d1c9f5a747116287bcd9dcb7c6 darcs-hash:20090328153342-ffbb2-2aab6e3dfbd38991b208695a3fdbe74317a44e44.gz --- munin/wiki_pages | 2 +- munin/wiki_themes | 2 +- munin/wiki_users | 19 +++++++++---------- 3 files changed, 11 insertions(+), 12 deletions(-) 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`