Package: munin-node
Version: 1.4.3-2
Tags: patch

Hi,

It seems that the ip_ plugin now added some support for reporting
ipv6 stats, but it's not properly working.  The only thing that
works is suggesting it.

There is nothing that uses ip6tables to report the stats.  I added
the following in my version and it seems to be working:
ip6tables -L ${INPUT} -v -n -x | grep -m1 "$IP" |
        awk "{ print \"in.value \" \$2 }"

ip6tables -L ${OUTPUT} -v -n -x | grep -m1 "$IP" |
        awk "{ print \"out.value \" \$2 }"

Note that there is a "/128" after the IP address and not a space
in case of ipv6.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to