monitoring: Add missing obsessing column in multi-select views

This commit is contained in:
Eric Lippmann 2016-01-28 14:23:27 +01:00
parent 164a61cb84
commit 0a3580cd98
2 changed files with 2 additions and 0 deletions

View File

@ -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'

View File

@ -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'