From 15138d4c97c60ad07f8efea74e348bff00e6aa1e Mon Sep 17 00:00:00 2001 From: Daniel STAN Date: Sat, 11 Aug 2012 13:46:39 +0200 Subject: [PATCH] =?UTF-8?q?[munin]=20iptables=5F=20n'a=20plus=20=C3=A0=20r?= =?UTF-8?q?ecenser=20les=20sous=20cha=C3=AEnes=20MACIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ignore-this: 16c74bf85660c3c3c16877339e3940a4 darcs-hash:20120811114639-28565-8f37a8f958f6bc0b26e248aa4bf7d408e9f81022.gz --- munin/iptables_ | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/munin/iptables_ b/munin/iptables_ index 919a7a51..d9c59b7c 100644 --- a/munin/iptables_ +++ b/munin/iptables_ @@ -37,12 +37,11 @@ if arg == "config" : else : print "%sadm.label %s-adm" % (nom, label) print "%sadm.draw STACK" % nom - for subnet in range(136,152): - print "%s%s.label %s-%s" % (nom, subnet, label, subnet) - print "%s%s.draw STACK" % (nom, subnet) + print "%sadm.warning 2:2" % nom + print "%sadm.critical 2:10" % nom print "%s.label %s" % (nom, label) - print "%s.warning 100:2500" % nom - print "%s.critical 1:3000" % nom + print "%s.warning 2:2" % nom + print "%s.critical 2:10" % nom else : for chain in CHAINS :