mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
monitoring: Select host and service display_name for an object's history
refs #7843
This commit is contained in:
parent
d1715c8ec6
commit
1aa91f0228
@ -408,7 +408,9 @@ abstract class MonitoredObject
|
||||
$eventHistory = $this->backend->select()->from('eventHistory', array(
|
||||
'object_type',
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'service_description',
|
||||
'service_display_name',
|
||||
'timestamp',
|
||||
'state',
|
||||
'attempt',
|
||||
|
Loading…
x
Reference in New Issue
Block a user