[gestion/tools/who2b.py] On ignore les machines sédentaires des adhérents
Ignore-this: 214e179af1832d0388ce283dea720c4a darcs-hash:20111105190930-28565-5a615ebc219bd7f3cd007c4101bfc5f912bfa808.gz
This commit is contained in:
parent
fe911927ec
commit
36a2b3676e
1 changed files with 6 additions and 0 deletions
|
@ -26,6 +26,12 @@ def liste_2b():
|
|||
# (/etc/snmp/snmp.conf)
|
||||
macs = sw.show_prise_mac(87)
|
||||
|
||||
#Les machines sédentaires des nounous, bof
|
||||
try:
|
||||
macs.remove('00:09:6b:c0:03:42') #omega.crans.org
|
||||
except:
|
||||
pass
|
||||
|
||||
# Machines branchée sur la prise
|
||||
# (on voit aussi les machines branchées via une borne WiFi du 2B)
|
||||
machines = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue