Xymon Mailing List Archive search

Graphing number of references to iptables chain

list Andreas Kunberger
Wed, 5 Sep 2007 13:13:27 +0200
Message-Id: <user-b04830748331@xymon.invalid>

Am Mittwoch, 5. September 2007 11:30 schrieb Iain Conochie:
<snip>

Here you go. This must bu run as root so either Set UID root (bad!) or
use sudo

for i in $CHAINS
    do sudo $IPTABLES -L -n -v -x| grep ^"Chain $i"| awk {'print $2 " "
$6 " : " $5'}| sed s/packets,/packets/g >> $BBTMP/packets.$$
done
Seems to me, its graphs only the packets the default policy of the chain is 
applied to, i.e those who have not matche any ruly in the chain 

mfg
Andreas Kunberger

-- 
DITF Denkendorf