reopen 499391
tags 499391 +patch
thanks
Hi Holger,
my original "patch" didn't handle munin-node, only munin-run (I
didn't meant it as a patch, more as a pointer on where to look
- hence no patch tag on the bug). Anyways, adding this to munin-node
fixes IPv6 addresses for real. Sorry for any confusion caused.
And thanks for your quick response!
-- Guido
node/munin-node.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/node/munin-node.in b/node/munin-node.in
index 0185019..adf69d9 100755
--- a/node/munin-node.in
+++ b/node/munin-node.in
@@ -269,7 +269,7 @@ FILES:
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)
{
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]