mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +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(
|
$eventHistory = $this->backend->select()->from('eventHistory', array(
|
||||||
'object_type',
|
'object_type',
|
||||||
'host_name',
|
'host_name',
|
||||||
|
'host_display_name',
|
||||||
'service_description',
|
'service_description',
|
||||||
|
'service_display_name',
|
||||||
'timestamp',
|
'timestamp',
|
||||||
'state',
|
'state',
|
||||||
'attempt',
|
'attempt',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user