コード例 #1
0
 def stop(self):
     AgentLogicBase.stop(self)
コード例 #2
0
 def __init__(self):
     self.dr = LinuxDataRetriver()
     AgentLogicBase.__init__(self)
     self.commandHandler = CommandHandlerLinux(self.dr)
コード例 #3
0
 def run(self):
     AgentLogicBase.run(self)
コード例 #4
0
ファイル: guest_agent_linux.py プロジェクト: ly798/appmonitor
 def stop(self):
     AgentLogicBase.stop(self)
コード例 #5
0
ファイル: guest_agent_linux.py プロジェクト: ly798/appmonitor
 def run(self):
     AgentLogicBase.run(self)
コード例 #6
0
ファイル: guest_agent_linux.py プロジェクト: ly798/appmonitor
 def __init__(self):
     self.dr = LinuxDataRetriver()
     AgentLogicBase.__init__(self)
     self.commandHandler = CommandHandlerLinux(self.dr)
コード例 #7
0
 def __init__(self):
     self.dr = WindowsDataRetriver()
     AgentLogicBase.__init__(self)
     self.commandHandler = CommandHandlerWindows(self.dr)
コード例 #8
0
 def __init__(self):
     self.dr = WindowsDataRetriver()
     AgentLogicBase.__init__(self)
     self.commandHandler = CommandHandlerWindows(self.dr)