From ed4a1823a4ca17df776fcf404a106f4db1e51cfa Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 23 Nov 2006 14:14:41 +0100 Subject: [PATCH] Oublis lors de la cration de web.rouge et web.zamok. darcs-hash:20061123131441-68412-55fd97307e622c7e81b59b352788fb908b07ba74.gz --- munin/wiki_pages | 2 +- munin/wiki_themes | 2 +- munin/wiki_users | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/munin/wiki_pages b/munin/wiki_pages index 19584d84..492068cc 100755 --- a/munin/wiki_pages +++ b/munin/wiki_pages @@ -2,7 +2,7 @@ if [ "$1" = "config" ]; then - echo 'host_name web' + echo 'host_name web.rouge' echo 'graph_category wiki' echo 'graph_title Nombres de pages' echo 'graph_args --base 1000 --lower-limit 0' diff --git a/munin/wiki_themes b/munin/wiki_themes index 3d675b4d..b148c30d 100755 --- a/munin/wiki_themes +++ b/munin/wiki_themes @@ -13,7 +13,7 @@ except : arg = '' if arg == "config" : - print 'host_name web' + print 'host_name web.rouge' print 'graph_category wiki' print 'graph_title Thèmes wiki utilisés' print 'graph_scale no' diff --git a/munin/wiki_users b/munin/wiki_users index 7bb3ab6d..7cf8a9c1 100755 --- a/munin/wiki_users +++ b/munin/wiki_users @@ -2,7 +2,7 @@ if [ "$1" = "config" ]; then - echo 'host_name web' + echo 'host_name web.rouge' echo 'graph_category wiki' echo 'graph_title Utilisateurs wiki' echo 'graph_args --base 1000 --lower-limit 0'