too bad, long nights, all good (nearly)

This commit is contained in:
Rafael.Timmerberg 2013-06-21 01:47:30 +02:00
commit f1fedb163a

View file

@ -64,7 +64,7 @@ def main():
for layout in layouts:
if layout.is_enabled():
for hostgroup in layout.get_hostgroups():
for service in hostgroup.s:
for service in hostgroup.get_services():
for period in service.get_periods():
jobs.append(period.createJob(scheduler, service, handleJob))
scheduler.start()