added pointer for hostgroup in service
This commit is contained in:
parent
a1ab1b1661
commit
af093c8f39
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