mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
parent
ea32d3dfb3
commit
e72670cb75
@ -459,7 +459,6 @@ abstract class MonitoredObject implements Filterable
|
||||
'output',
|
||||
'type'
|
||||
))
|
||||
->order('timestamp', 'DESC')
|
||||
->where('host_name', $this->host_name);
|
||||
if ($this->type === self::TYPE_SERVICE) {
|
||||
$eventHistory->where('service_description', $this->service_description);
|
||||
|
Loading…
x
Reference in New Issue
Block a user