[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
|
@ -13,7 +13,7 @@ except :
|
||||||
arg = ''
|
arg = ''
|
||||||
|
|
||||||
if arg == "config" :
|
if arg == "config" :
|
||||||
print 'host_name web.rouge'
|
print 'host_name web.wiki'
|
||||||
print 'graph_category wiki'
|
print 'graph_category wiki'
|
||||||
print 'graph_title Nombres de pages'
|
print 'graph_title Nombres de pages'
|
||||||
print 'graph_args --base 1000 --lower-limit 0'
|
print 'graph_args --base 1000 --lower-limit 0'
|
||||||
|
|
|
@ -13,7 +13,7 @@ except :
|
||||||
arg = ''
|
arg = ''
|
||||||
|
|
||||||
if arg == "config" :
|
if arg == "config" :
|
||||||
print 'host_name web.rouge'
|
print 'host_name web.wiki'
|
||||||
print 'graph_category wiki'
|
print 'graph_category wiki'
|
||||||
print 'graph_title Themes wiki utilises'
|
print 'graph_title Themes wiki utilises'
|
||||||
print 'graph_scale no'
|
print 'graph_scale no'
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ "$1" = "config" ]; then
|
if [ "$1" = "config" ]; then
|
||||||
|
echo 'host_name web.wiki'
|
||||||
echo 'host_name web.rouge'
|
|
||||||
echo 'graph_category wiki'
|
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"
|
||||||
echo u'enregistres.label Nb enregistrés'
|
echo 'enregistres.label Nb enregistrés'
|
||||||
echo 'enregistres.draw AREA'
|
echo 'enregistres.draw AREA'
|
||||||
echo 'favoris.label Nb avec favoris'
|
echo 'favoris.label Nb avec favoris'
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue