On rajoute les adhérents bloqués manuellement sur le proxy pour être

affiché dans munin.

darcs-hash:20061010112451-72cb0-0f8c5bdbd95a0c48f45b675960e58cd025627ea4.gz
This commit is contained in:
salles 2006-10-10 13:24:51 +02:00
parent fe27dba965
commit 8fc230a134

View file

@ -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 "