monitoring: Select the host and service display_name columns in the eventhistory overview

refs #7843
This commit is contained in:
Eric Lippmann 2015-01-21 09:55:17 +01:00
parent 23243d40e3
commit e55cf73f34
1 changed files with 2 additions and 0 deletions

View File

@ -580,7 +580,9 @@ class Monitoring_ListController extends Controller
$query = $this->backend->select()->from('eventHistory', array(
'host_name',
'host_display_name',
'service_description',
'service_display_name',
'object_type',
'timestamp',
'state',