added job handling
This commit is contained in:
parent
fa67ad381f
commit
b8d2a3535a
4 changed files with 115 additions and 12 deletions
|
|
@ -23,7 +23,7 @@ class Config:
|
|||
|
||||
self.members = parseMemberList(self.dict['members'], self.filters, log)
|
||||
|
||||
self.periods = parsePeriodList(self.dict['periods'])
|
||||
self.periods = parsePeriodList(self.dict['periods'],log)
|
||||
|
||||
self.hosts = parseHostList(self.dict['hosts'], self.services, log)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue