Package: munin
Version: 2.0.5-1
Severity: normal

I get lots of these entries in munin-update.log:
| 2012/08/28 12:30:02 [PERL WARNING] Use of uninitialized value $params in 
concatenation (.) or string at /usr/share/perl5/Munin/Master/Node.pm line 97.

The problem appears to be that $params is set by:
|     my ($url, $params) = split(/ +/, $self->{address}, 2);

but if address is only "ssh://host/" that will not get set.

It should probably be set to '' if it didn't get initialized by the
split.

Cheers,


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to