mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 05:44:36 +02:00
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()
|
public function populate()
|
||||||
{
|
{
|
||||||
$this->fetchComments()
|
$this->fetchComments()
|
||||||
->fetchDowntimes()
|
|
||||||
->fetchHostgroups()
|
->fetchHostgroups()
|
||||||
->fetchContacts()
|
->fetchContacts()
|
||||||
->fetchContactGroups()
|
->fetchContactGroups()
|
||||||
|
@ -14,8 +14,6 @@ class Service extends AbstractObject
|
|||||||
public function populate()
|
public function populate()
|
||||||
{
|
{
|
||||||
$this->fetchComments()
|
$this->fetchComments()
|
||||||
->fetchDowntimes()
|
|
||||||
//->fetchHostgroups()
|
|
||||||
->fetchServicegroups()
|
->fetchServicegroups()
|
||||||
->fetchContacts()
|
->fetchContacts()
|
||||||
->fetchContactGroups()
|
->fetchContactGroups()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user