mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
monitoring: Add missing obsessing column in multi-select views
This commit is contained in:
parent
164a61cb84
commit
0a3580cd98
@ -46,6 +46,7 @@ class HostsController extends Controller
|
|||||||
'host_last_state_change',
|
'host_last_state_change',
|
||||||
'host_name',
|
'host_name',
|
||||||
'host_notifications_enabled',
|
'host_notifications_enabled',
|
||||||
|
'host_obsessing',
|
||||||
'host_passive_checks_enabled',
|
'host_passive_checks_enabled',
|
||||||
'host_problem',
|
'host_problem',
|
||||||
'host_state'
|
'host_state'
|
||||||
|
@ -52,6 +52,7 @@ class ServicesController extends Controller
|
|||||||
'service_is_flapping',
|
'service_is_flapping',
|
||||||
'service_last_state_change',
|
'service_last_state_change',
|
||||||
'service_notifications_enabled',
|
'service_notifications_enabled',
|
||||||
|
'service_obsessing',
|
||||||
'service_passive_checks_enabled',
|
'service_passive_checks_enabled',
|
||||||
'service_problem',
|
'service_problem',
|
||||||
'service_state'
|
'service_state'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user