From c1b71ce77af81edc558d217845d00b0ae093061a Mon Sep 17 00:00:00 2001 From: salles Date: Tue, 2 May 2006 15:31:24 +0200 Subject: [PATCH] On ajoute des limites pour le graphe car on sait que c'est entre 0 et 100 darcs-hash:20060502133124-72cb0-1421a57aca2a390c50807f5f24ec14afd43e691d.gz --- munin/webalizer_ | 2 ++ 1 file changed, 2 insertions(+) diff --git a/munin/webalizer_ b/munin/webalizer_ index 851fb22c..1182c977 100755 --- a/munin/webalizer_ +++ b/munin/webalizer_ @@ -47,6 +47,8 @@ if arg == "config" : print 'host_name web' print 'graph_category %s' % SITE print 'graph_title http://%s.crans.org' % SITE + print 'graph_args --base 1000 -r --lower-limit 0 --upper-limit 100' + print 'graph_scale no' print 'graph_args --base 1000 --lower-limit 0' print 'graph_vlabel % des visites' for key in usage.keys() :