예제 #1
0
 def initiate(self, agent):
     agent.call_next(agent.update_neighbour_monitors,
                     shard_recip=self.recipient)
예제 #2
0
파일: host_agent.py 프로젝트: f3at/feat
 def on_restarted(self, agent):
     agent.call_next(agent.check_if_agency_hosts, self.recipient)
     if self.static_name:
         agent.resolve_alert(self.static_name, "ok")
예제 #3
0
 def on_goodbye(self, agent):
     agent.call_next(agent.terminate)
예제 #4
0
파일: host_agent.py 프로젝트: pepribas/F3AT
 def on_restarted(self, agent):
     agent.call_next(agent.check_if_agency_hosts, self.recipient)