Package: munin-async
Version: 2.0.5-1
Severity: normal
Tags: patch
Hi,
I noticed munin-async would not report to me the results of the ip_*
plugins, even tho they were being run and data was in
/var/lib/munin-async.
/usr/share/perl5/Munin/Node/SpoolReader.pm, _get_spooled_plugins():
my %seen;
- return map { m/^munin-daemon\.(\w+)\.\d+\.\d+$/ && ! $seen{$1}++ ? $1 : ()
}
+ return map { m/^munin-daemon\.([0-9a-zA-Z_.-]+)\.\d+\.\d+$/ && !
$seen{$1}++ ? $1 : () }
readdir $self->{spooldirhandle};
Seems to have done the trick for me.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]