fixed handling of periods, and linspector.json
This commit is contained in:
parent
0c995ac247
commit
e09ed0ed60
3 changed files with 12 additions and 9 deletions
|
|
@ -61,6 +61,7 @@ def main():
|
|||
for hostGroupService in hg.services:
|
||||
jobInfo=JobInfo(hg.name, hg.members, hg.hosts, hostGroupService.service, hg.threshold, hg.parent)
|
||||
for period in hostGroupService.periods:
|
||||
|
||||
jobs.append(period.createJob(scheduler, jobInfo, handleJob))
|
||||
for job in jobs:
|
||||
log.i(str(job))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue