mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Merge branch 'master' into bugfix/pgsql-queries-apply-lower-on-select-columns-10364
This commit is contained in:
commit
651ce0bd04
@ -18,6 +18,7 @@ class HostStatus extends DataView
|
||||
'host_address',
|
||||
'host_address6',
|
||||
'host_state',
|
||||
'host_hard_state',
|
||||
'host_state_type',
|
||||
'host_handled',
|
||||
'host_unhandled',
|
||||
|
@ -15,6 +15,7 @@ class ServiceStatus extends DataView
|
||||
'host_name',
|
||||
'host_display_name',
|
||||
'host_state',
|
||||
'host_hard_state',
|
||||
'host_state_type',
|
||||
'host_last_state_change',
|
||||
'host_address',
|
||||
@ -24,6 +25,7 @@ class ServiceStatus extends DataView
|
||||
'service_description',
|
||||
'service_display_name',
|
||||
'service_state',
|
||||
'service_hard_state',
|
||||
'service_in_downtime',
|
||||
'service_acknowledged',
|
||||
'service_handled',
|
||||
|
Loading…
x
Reference in New Issue
Block a user