On modifie le host_name et on ajoute la catgorie wiki
darcs-hash:20060502133150-72cb0-0b96a41d2e7b4d8663dadf06552592031299f708.gz
This commit is contained in:
parent
c1b71ce77a
commit
b4b5fdf3cb
2 changed files with 6 additions and 4 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'host_name wiki'
|
||||
echo 'host_name web'
|
||||
echo 'graph_category wiki'
|
||||
echo 'graph_title Nombres de pages'
|
||||
echo "graph_args --base 1000 --lower-limit 0"
|
||||
echo "graph_vlabel nombre de pages"
|
||||
echo 'graph_args --base 1000 --lower-limit 0'
|
||||
echo 'graph_vlabel nombre de pages'
|
||||
echo 'total.label Total'
|
||||
echo 'total.draw AREA'
|
||||
exit 0
|
||||
|
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
if [ "$1" = "config" ]; then
|
||||
|
||||
echo 'host_name wiki'
|
||||
echo 'host_name web'
|
||||
echo 'graph_category wiki'
|
||||
echo 'graph_title Utilisateurs wiki'
|
||||
echo "graph_args --base 1000 --lower-limit 0"
|
||||
echo "graph_vlabel nombre d'utilisateurs"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue