added pointer for hostgroup in service
This commit is contained in:
parent
c2c89fabdf
commit
f36df89dd0
2 changed files with 19 additions and 6 deletions
|
|
@ -254,5 +254,8 @@ class FullConfigParser(ConfigParser):
|
|||
for hg in hostgroups:
|
||||
for service in hg.get_services():
|
||||
service.set_hostgroup(hg)
|
||||
core = None
|
||||
if "core" in self.jsonDict:
|
||||
core = self.jsonDict["core"]
|
||||
|
||||
return layouts
|
||||
return (layouts, core)
|
||||
Loading…
Add table
Add a link
Reference in a new issue