From 8fc230a1346f60b7ee9e5dd21a7c7d90d527a9bb Mon Sep 17 00:00:00 2001 From: salles Date: Tue, 10 Oct 2006 13:24:51 +0200 Subject: [PATCH] =?UTF-8?q?On=20rajoute=20les=20adh=C3=A9rents=20bloqu?= =?UTF-8?q?=C3=A9s=20manuellement=20sur=20le=20proxy=20pour=20=C3=AAtre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit affiché dans munin. darcs-hash:20061010112451-72cb0-0f8c5bdbd95a0c48f45b675960e58cd025627ea4.gz --- munin/blacklist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/munin/blacklist b/munin/blacklist index cf543ae3..64a5ca38 100755 --- a/munin/blacklist +++ b/munin/blacklist @@ -10,6 +10,8 @@ if [ "$1" = "config" ]; then echo 'carte_et.draw AREA' echo 'chbre.label Chambre invalide' echo 'chbre.draw STACK' + echo 'bloq.label Blocage' + echo 'bloq.draw STACK' echo 'upload.label Upload' echo 'upload.draw STACK' echo 'p2p.label P2P' @@ -30,6 +32,8 @@ echo -n "carte_et.value " cat /etc/squid/blacklist_carte_et | wc -l echo -n "chbre.value " cat /etc/squid/blacklist_chbre | wc -l +echo -n "bloq.value " +cat /etc/squid/blacklist_bloq | wc -l echo -n "virus.value " cat /etc/squid/blacklist_virus | wc -l echo -n "upload.value "