parent
ea32d3dfb3
commit
e72670cb75
|
@ -459,7 +459,6 @@ abstract class MonitoredObject implements Filterable
|
||||||
'output',
|
'output',
|
||||||
'type'
|
'type'
|
||||||
))
|
))
|
||||||
->order('timestamp', 'DESC')
|
|
||||||
->where('host_name', $this->host_name);
|
->where('host_name', $this->host_name);
|
||||||
if ($this->type === self::TYPE_SERVICE) {
|
if ($this->type === self::TYPE_SERVICE) {
|
||||||
$eventHistory->where('service_description', $this->service_description);
|
$eventHistory->where('service_description', $this->service_description);
|
||||||
|
|
Loading…
Reference in New Issue