Monitoring/Host,Service: Remove fetch event history from function prefetch
refs #4823
This commit is contained in:
parent
8aea2f4d3c
commit
b28b4ba96a
|
@ -30,8 +30,7 @@ class Host extends AbstractObject
|
|||
->fetchContacts()
|
||||
->fetchContactgroups()
|
||||
->fetchCustomvars()
|
||||
->fetchComments()
|
||||
->fetchEventHistory();
|
||||
->fetchComments();
|
||||
}
|
||||
|
||||
protected function fetchObject()
|
||||
|
|
|
@ -31,8 +31,7 @@ class Service extends AbstractObject
|
|||
->fetchContacts()
|
||||
->fetchContactgroups()
|
||||
->fetchCustomvars()
|
||||
->fetchComments()
|
||||
->fetchEventHistory();
|
||||
->fetchComments();
|
||||
}
|
||||
|
||||
protected function fetchObject()
|
||||
|
|
Loading…
Reference in New Issue