예제 #1
0
파일: Base.py 프로젝트: askdaddy/monitor
 def initialize(self):        
     self._detect_point = utils.get_slave_key()
     utils.save_pid_to_cache()
예제 #2
0
파일: Base.py 프로젝트: askdaddy/monitor
 def initialize(self):
     self._detect_point = utils.get_slave_key()
     utils.save_pid_to_cache()
예제 #3
0
 def initialize(self):
     utils.save_pid_to_cache()
예제 #4
0
 def initialize(self):
     utils.save_pid_to_cache()
     self._slave_key = utils.get_slave_key()
예제 #5
0
파일: Search.py 프로젝트: askdaddy/monitor
 def initialize(self):
     utils.save_pid_to_cache()
예제 #6
0
 def initialize(self):
     utils.save_pid_to_cache()
     self._slave_key = utils.get_slave_key()