monitoring: Select host and service display_name for an object's history

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-22 10:57:15 +01:00
parent d1715c8ec6
commit 1aa91f0228
1 changed files with 2 additions and 0 deletions

View File

@ -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',