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_name',
|
||||
'host_notifications_enabled',
|
||||
'host_obsessing',
|
||||
'host_passive_checks_enabled',
|
||||
'host_problem',
|
||||
'host_state'
|
||||
|
|
|
@ -52,6 +52,7 @@ class ServicesController extends Controller
|
|||
'service_is_flapping',
|
||||
'service_last_state_change',
|
||||
'service_notifications_enabled',
|
||||
'service_obsessing',
|
||||
'service_passive_checks_enabled',
|
||||
'service_problem',
|
||||
'service_state'
|
||||
|
|
Loading…
Reference in New Issue