monitoring: Select the host and service display_name columns in the eventhistory overview
refs #7843
This commit is contained in:
parent
23243d40e3
commit
e55cf73f34
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue