[munin] iptables_ n'a plus à recenser les sous chaînes MACIP
Ignore-this: 16c74bf85660c3c3c16877339e3940a4 darcs-hash:20120811114639-28565-8f37a8f958f6bc0b26e248aa4bf7d408e9f81022.gz
This commit is contained in:
parent
e72d5bf169
commit
15138d4c97
1 changed files with 4 additions and 5 deletions
|
@ -37,12 +37,11 @@ if arg == "config" :
|
||||||
else :
|
else :
|
||||||
print "%sadm.label %s-adm" % (nom, label)
|
print "%sadm.label %s-adm" % (nom, label)
|
||||||
print "%sadm.draw STACK" % nom
|
print "%sadm.draw STACK" % nom
|
||||||
for subnet in range(136,152):
|
print "%sadm.warning 2:2" % nom
|
||||||
print "%s%s.label %s-%s" % (nom, subnet, label, subnet)
|
print "%sadm.critical 2:10" % nom
|
||||||
print "%s%s.draw STACK" % (nom, subnet)
|
|
||||||
print "%s.label %s" % (nom, label)
|
print "%s.label %s" % (nom, label)
|
||||||
print "%s.warning 100:2500" % nom
|
print "%s.warning 2:2" % nom
|
||||||
print "%s.critical 1:3000" % nom
|
print "%s.critical 2:10" % nom
|
||||||
|
|
||||||
else :
|
else :
|
||||||
for chain in CHAINS :
|
for chain in CHAINS :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue