mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
monitoring: Select host_display_name in the host and service object
refs #7843
This commit is contained in:
parent
e61edaaffb
commit
4539462bc7
@ -91,6 +91,7 @@ class Host extends MonitoredObject
|
||||
{
|
||||
$columns = array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'host_alias',
|
||||
'host_address',
|
||||
'host_state',
|
||||
|
@ -108,6 +108,7 @@ class Service extends MonitoredObject
|
||||
{
|
||||
return $this->backend->select()->from('serviceStatus', array(
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state',
|
||||
'host_state_type',
|
||||
'host_last_state_change',
|
||||
|
Loading…
x
Reference in New Issue
Block a user