X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=findbadpcu.py;h=c7dc9d4a1616e17288ffc8c0cef60070ba34c491;hb=dc70043f70f08f0d6540c77e53d30c0ed6e58ad5;hp=365c2813a5575b407552564324bcef15a69d7f40;hpb=66b2c2382b2c4550f962a7224466f26a23510820;p=monitor.git diff --git a/findbadpcu.py b/findbadpcu.py index 365c281..c7dc9d4 100755 --- a/findbadpcu.py +++ b/findbadpcu.py @@ -61,6 +61,7 @@ externalState = {'round': round, 'nodes': {'a': None}} count = 0 import reboot +from reboot import pcu_name import soltesz import plc @@ -68,14 +69,6 @@ import comon import threadpool import syncplcdb -def pcu_name(pcu): - if pcu['hostname'] is not None and pcu['hostname'] is not "": - return pcu['hostname'] - elif pcu['ip'] is not None and pcu['ip'] is not "": - return pcu['ip'] - else: - return None - def nmap_portstatus(status): ps = {} l_nmap = status.split()