mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 15:24:05 +02:00
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…
x
Reference in New Issue
Block a user