Your message dated Mon, 01 Mar 2010 22:01:35 +0200
with message-id <[email protected]>
and subject line #567666,Plugin: df_abs: multiple excludes in config file don't
work
has caused the Debian Bug report #567666,
regarding Plugin: df_abs: multiple excludes in config file don't work
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
567666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=567666
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: munin-node
Version: 1.4.3-2
Severity: normal
Tags: patch
Hi,
in /usr/share/munin/plugins/df_abs there's an error within the sed call: it
fails to
correctly prepend each element of a space-separated list of file systems to be
ignored
in the graphs to be prepended by '-x '. The quantifier '+' within the regular
expression
is only available when sed gets called with '-r'. See attached patch, works
fine here.
HTH
Daniel
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-dhr (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages munin-node depends on:
ii adduser 3.112 add and remove users and groups
ii gawk 1:3.1.6.dfsg-4 GNU awk, a pattern scanning and pr
ii libnet-server-perl 0.97-1 An extensible, general perl server
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
ii munin-common 1.4.3-2 network-wide graphing framework (c
ii perl 5.10.1-9 Larry Wall's Practical Extraction
ii procps 1:3.2.8-2 /proc file system utilities
Versions of packages munin-node recommends:
ii libnet-snmp-perl 5.2.0-3 Script SNMP connections
--- df_abs.org 2010-01-30 17:49:57.495644550 +0100
+++ df_abs 2010-01-30 17:50:16.727144715 +0100
@@ -56,7 +56,7 @@
exclude=${exclude:-iso9660}
-exclude=$(echo $exclude | sed -e 's/ +/ -x /g' -e 's/^/-x /')
+exclude=$(echo $exclude | sed -r -e 's/ +/ -x /g' -e 's/^/-x /')
if [ "$1" = "config" ]; then
--- End Message ---
--- Begin Message ---
Version: 1.4.4-1
signature.asc
Description: OpenPGP digital signature
--- End Message ---