mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Don't prefetch downtimes and don't fetch hostgroups for service objects
This commit is contained in:
parent
3fa5ef0ea2
commit
02f16a90f7
modules/monitoring/library/Monitoring/Object
@ -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…
x
Reference in New Issue
Block a user