corrected typo
This commit is contained in:
parent
6cf04f081c
commit
4bc97d84d0
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ def main():
|
||||||
log.d("parsed config: " + str(config))
|
log.d("parsed config: " + str(config))
|
||||||
for hg in config.hostgroups:
|
for hg in config.hostgroups:
|
||||||
for hostGroupService in hg.services:
|
for hostGroupService in hg.services:
|
||||||
job=JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
|
jobInfo=JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
|
||||||
for period in hostGroupService.periods:
|
for period in hostGroupService.periods:
|
||||||
jobs.append(period.createJob(scheduler, jobInfo, handleJob))
|
jobs.append(period.createJob(scheduler, jobInfo, handleJob))
|
||||||
for job in jobs:
|
for job in jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue