Bug#567551: munin: ip_ plugins doesn't report ipv6 stats.
forwarded 567551 http://munin.projects.linpro.no/ticket/85 quit Hi Kurt, Thanks for the bug report. As this is a munin issue, and not a debian munin specific issue, I've forwarded this bug upstream. Regards, Tom Feiner signature.asc Description: OpenPGP digital signature
Bug#567551: munin: ip_ plugins doesn't report ipv6 stats.
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