[munin/wiki_*] Le wiki n'est plus sur rouge

Ignore-this: 90eda6d1c9f5a747116287bcd9dcb7c6

darcs-hash:20090328153342-ffbb2-2aab6e3dfbd38991b208695a3fdbe74317a44e44.gz
This commit is contained in:
Nicolas Dandrimont 2009-03-28 16:33:42 +01:00
parent 67edc088e7
commit 7e1a4bb1fe
3 changed files with 11 additions and 12 deletions

View file

@ -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'

View file

@ -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'

View file

@ -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`