[munin/wiki_*] Le wiki n'est plus sur rouge
Ignore-this: 90eda6d1c9f5a747116287bcd9dcb7c6 darcs-hash:20090328153342-ffbb2-2aab6e3dfbd38991b208695a3fdbe74317a44e44.gz
This commit is contained in:
parent
67edc088e7
commit
7e1a4bb1fe
3 changed files with 11 additions and 12 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue