From 8fcb6b58346344b80e9b2a886e22e159a3abe3a8 Mon Sep 17 00:00:00 2001 From: salles Date: Fri, 21 Apr 2006 09:37:14 +0200 Subject: [PATCH] Correction utilisateurs-> pages darcs-hash:20060421073714-72cb0-9adbd89c354fc41e7ac72e006fe654d1ab31d731.gz --- munin/wiki_pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/wiki_pages b/munin/wiki_pages index 102501eb..93f5d640 100755 --- a/munin/wiki_pages +++ b/munin/wiki_pages @@ -5,7 +5,7 @@ if [ "$1" = "config" ]; then echo 'host_name wiki' echo 'graph_title Nombres de pages' echo "graph_args --base 1000 --lower-limit 0" - echo "graph_vlabel nombre d'utilisateurs" + echo "graph_vlabel nombre de pages" echo 'total.label Total' echo 'total.draw AREA' exit 0