just cleanups
This commit is contained in:
parent
134bdf39a4
commit
194a7197e6
5 changed files with 9 additions and 13 deletions
|
|
@ -45,9 +45,7 @@ class Job:
|
|||
def handle_alarm(self, thresholdOffset):
|
||||
for member in self.service.get_hostgroup().get_members():
|
||||
for task in member.get_tasks():
|
||||
print(task)
|
||||
task.execute("Task executed for host: " + self.host)
|
||||
pass
|
||||
|
||||
def handle_call(self):
|
||||
self.log.d("handle call")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue