added job handling

This commit is contained in:
Rafael.Timmerberg 2013-05-27 01:44:28 +02:00
commit b8d2a3535a
4 changed files with 115 additions and 12 deletions

View file

@ -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)