Package: munin-plugins-extra
Version: 1.2.6-10~lenny2
Severity: important

The filter function does not initialize its parameters correctly. It generates 
a lot of warnings and off course the filter fonctionality itself doesn't work.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages munin-plugins-extra depends on:
ii  munin-node               1.2.6-10~lenny2 network-wide graphing framework (n
ii  perl                     5.10.0-19lenny2 Larry Wall's Practical Extraction 

munin-plugins-extra recommends no packages.

Versions of packages munin-plugins-extra suggests:
pn  libnet-netmask-perl           <none>     (no description available)
pn  logtail                       <none>     (no description available)

-- no debconf information
--- /tmp/iostat_ios     2010-10-16 11:21:02.000000000 +0200
+++ /usr/share/munin/plugins/iostat_ios 2009-11-25 11:38:05.000000000 +0100
@@ -75,7 +75,7 @@
 
 
 sub filter {
-    my ($major, $minor, $tmpnam) = @_;
+    my ($major, $minor, $tmpnam);
     return 0 if ($major ==   1); # RAM devices
     return 0 if ($major ==   9); # MD devices
     return 0 if ($major ==  58); # LVM devices

Reply via email to