too bad, long nights, all good (nearly)
This commit is contained in:
parent
b4173f0d6e
commit
cc0d577b81
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ def main():
|
||||||
for layout in layouts:
|
for layout in layouts:
|
||||||
if layout.is_enabled():
|
if layout.is_enabled():
|
||||||
for hostgroup in layout.get_hostgroups():
|
for hostgroup in layout.get_hostgroups():
|
||||||
for service in hostgroup.s:
|
for service in hostgroup.get_services():
|
||||||
for period in service.get_periods():
|
for period in service.get_periods():
|
||||||
jobs.append(period.createJob(scheduler, service, handleJob))
|
jobs.append(period.createJob(scheduler, service, handleJob))
|
||||||
scheduler.start()
|
scheduler.start()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue