diff --git a/munin/webalizer_ b/munin/webalizer_ index a2dca052..79fcfe10 100755 --- a/munin/webalizer_ +++ b/munin/webalizer_ @@ -53,7 +53,7 @@ if arg == "config" : print 'graph_vlabel % des visites' for key in usage.keys() : nom = key - for char in [' ','_','-','/','\\',':',';','.','+','(',')','!'] : + for char in [' ','_','-','/','\\',':',';','.','+','(',')','!','"','\''] : nom = nom.replace(char, '') print '%s.label %s' % (nom, key[:20]) if usage.keys().index(key) == 0 : @@ -66,7 +66,7 @@ if arg == "config" : else : for key in usage.keys() : nom = key - for char in [' ','_','-','/','\\',':',';','.','+','(',')','!'] : + for char in [' ','_','-','/','\\',':',';','.','+','(',')','!','"','\''] : nom = nom.replace(char, '') print '%s.value %.2f' % (nom, usage[key]) print 'reste.value %.2f' % reste