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'