Don't prefetch downtimes and don't fetch hostgroups for service objects
This commit is contained in:
parent
3fa5ef0ea2
commit
02f16a90f7
|
@ -15,7 +15,6 @@ class Host extends AbstractObject
|
|||
public function populate()
|
||||
{
|
||||
$this->fetchComments()
|
||||
->fetchDowntimes()
|
||||
->fetchHostgroups()
|
||||
->fetchContacts()
|
||||
->fetchContactGroups()
|
||||
|
|
|
@ -14,8 +14,6 @@ class Service extends AbstractObject
|
|||
public function populate()
|
||||
{
|
||||
$this->fetchComments()
|
||||
->fetchDowntimes()
|
||||
//->fetchHostgroups()
|
||||
->fetchServicegroups()
|
||||
->fetchContacts()
|
||||
->fetchContactGroups()
|
||||
|
|
Loading…
Reference in New Issue