From b5b3e3b72e10acef8a401577f7142507cd3bf796 Mon Sep 17 00:00:00 2001 From: salles Date: Wed, 20 Sep 2006 10:20:10 +0200 Subject: [PATCH] On remonte la valeur d'avertissement. darcs-hash:20060920082010-72cb0-9da9d1b83ae0930bdaa1125427cf986db4961a7a.gz --- munin/iptables_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/munin/iptables_ b/munin/iptables_ index 423df704..fe66d8ab 100755 --- a/munin/iptables_ +++ b/munin/iptables_ @@ -34,7 +34,7 @@ if arg == "config" : else : print "%s.draw STACK" % nom if label == "TEST-MAC-IP" : - print "%s.warning 100:2000" % nom + print "%s.warning 100:2500" % nom print "%s.critical 1:3000" % nom else :