Don't prefetch downtimes and don't fetch hostgroups for service objects

This commit is contained in:
Thomas Gelf 2014-02-21 10:33:34 +00:00
parent 3fa5ef0ea2
commit 02f16a90f7
2 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@ class Host extends AbstractObject
public function populate()
{
$this->fetchComments()
->fetchDowntimes()
->fetchHostgroups()
->fetchContacts()
->fetchContactGroups()

View File

@ -14,8 +14,6 @@ class Service extends AbstractObject
public function populate()
{
$this->fetchComments()
->fetchDowntimes()
//->fetchHostgroups()
->fetchServicegroups()
->fetchContacts()
->fetchContactGroups()