def __init__(self):
self._monitor_tx = {}
self._monitor_lock = threading.Lock()
self.last_status = time.time()
self.radar_hosts = 0
self.issues = 0
reactor.callInThread(self.status_loop)
reactor.callInThread(self.feedback_loop)
reactor.callLater(1, self.watchdog)
评论列表
文章目录