On modifie le host_name et on ajoute la catgorie wiki

darcs-hash:20060502133150-72cb0-0b96a41d2e7b4d8663dadf06552592031299f708.gz
This commit is contained in:
salles 2006-05-02 15:31:50 +02:00
parent c1b71ce77a
commit b4b5fdf3cb
2 changed files with 6 additions and 4 deletions

View file

@ -2,10 +2,11 @@
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
echo 'host_name wiki' echo 'host_name web'
echo 'graph_category wiki'
echo 'graph_title Nombres de pages' echo 'graph_title Nombres de pages'
echo "graph_args --base 1000 --lower-limit 0" echo 'graph_args --base 1000 --lower-limit 0'
echo "graph_vlabel nombre de pages" echo 'graph_vlabel nombre de pages'
echo 'total.label Total' echo 'total.label Total'
echo 'total.draw AREA' echo 'total.draw AREA'
exit 0 exit 0

View file

@ -2,7 +2,8 @@
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
echo 'host_name wiki' echo 'host_name web'
echo 'graph_category wiki'
echo 'graph_title Utilisateurs wiki' echo 'graph_title Utilisateurs wiki'
echo "graph_args --base 1000 --lower-limit 0" echo "graph_args --base 1000 --lower-limit 0"
echo "graph_vlabel nombre d'utilisateurs" echo "graph_vlabel nombre d'utilisateurs"