Ejemplo n.º 1
0
 def start(self):
     if check_run():
         print('pro has run')
     else:
         print("going to start the monitor client")
         # exit_flag = False
         Client = client.ClientHandle()
         Client.forever_run()
Ejemplo n.º 2
0
    def start(self):
        """
        Start the client listener

        :param start:
        :return
        """
        # TODO add log
        Client = client.ClientHandle()
        Client.forever_run()
Ejemplo n.º 3
0
 def start(self):
     print("going to start the monitor client")
     # exit_flag = False
     Client = client.ClientHandle()
     Client.forever_run()
Ejemplo n.º 4
0
    def start(self):
        print("监控客户端代理准备运行。。。")
        #exit_flag = False

        Client = client.ClientHandle()
        Client.forever_run()
Ejemplo n.º 5
0
 def stop(self):
     print("stopping the monitor client")
     Client = client.ClientHandle()
     Client.stop_client()
Ejemplo n.º 6
0
 def start(self):
     print("Going to start monitor client(core/main.py)")
     #exit_flag = False
     Client = client.ClientHandle()
     Client.forever_run()