crans -> AssociationCrans
adherent -> Adherent club -> Club darcs-hash:20060325215156-68412-615c1bfb3b23e16cd10b82cc3dc467e716c258ea.gz
This commit is contained in:
parent
0a53921e05
commit
f16056b8b4
12 changed files with 62 additions and 64 deletions
|
@ -23,7 +23,7 @@ import socket
|
|||
import time, random, md5
|
||||
from analyse import stats
|
||||
from affich_tools import tableau_ng
|
||||
from ldap_crans import crans
|
||||
from ldap_crans import AssociationCrans
|
||||
|
||||
###############################
|
||||
# Ouverture des connections : #
|
||||
|
@ -84,7 +84,7 @@ liste_serveurs = tableau_ng( data = liste_serveurs,
|
|||
|
||||
# statistiques des gros uploads depuis les serveurs
|
||||
###################################################
|
||||
gros_uploads_des_serveurs = stats (ip_crans=[x.ip() for x in crans().machines() if x.nom() not in [u'sila.crans.org']],show=['ip_crans','ip_ext'],upload_mini=50,show_limit=100).encode('iso-8859-15')
|
||||
gros_uploads_des_serveurs = stats (ip_crans=[x.ip() for x in AssociationCrans().machines() if x.nom() not in [u'sila.crans.org']],show=['ip_crans','ip_ext'],upload_mini=50,show_limit=100).encode('iso-8859-15')
|
||||
|
||||
############################
|
||||
# Statistiques virus/p2p : #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue