Fix log flooding
Munin has a bug with whitespace at end of label See: http://munin-monitoring.org/ticket/991
This commit is contained in:
parent
a837d954ee
commit
65d450860e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ my $cache_fh;
|
|||
my %label = (
|
||||
'voice' => 'Voix en France (min)',
|
||||
'voicetoint' => 'Voix vers l\'international (min)',
|
||||
'specialvoice' => 'Numéro spéciaux (min) ',
|
||||
'specialvoice' => 'Numéros spéciaux (min)',
|
||||
'sms' => 'SMS en France',
|
||||
'mms' => 'MMS en France',
|
||||
'data' => 'Data en France',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue