Package: munin-node
Version: 1.2.6-5
Severity: normal

Hi,
otherwise it's not possible to use IPv6 addresses in Plugin names like:

ln -s /usr/share/munin/plugins/ping_ ping_\:\:1

Filing at severity normal since all plugins acting on IPv4 adresses
(dots are allowed in the filename) are broken in regard to IPv6 because
of this:

--- munin-run.orig      2008-09-18 11:30:26.000000000 +0200
+++ munin-run   2008-09-18 11:27:53.000000000 +0200
@@ -281,7 +281,7 @@
     for my $file (grep { -f "$servicedir/$_" } readdir(DIR)) {
        next if $file =~ m/^\./; # Hidden files
        next if $file =~ m/.conf$/; # Config files
-       next if $file !~ m/^([-\w.]+)$/; # Skip if any weird chars
+       next if $file !~ m/^([-\w.:]+)$/; # Skip if any weird chars
        $file = $1; # Not tainted anymore.
        foreach my $regex (@ignores)
        {

Cheers,
 -- Guido

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.27-rc6-00038-g2a06138
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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

Reply via email to