mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
monitoring: Select the host and service display_name columns in the eventhistory overview
refs #7843
This commit is contained in:
parent
23243d40e3
commit
e55cf73f34
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue