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() :