diff --git a/modules/monitoring/application/controllers/HostsController.php b/modules/monitoring/application/controllers/HostsController.php index fdbb964d0..b0b89aa51 100644 --- a/modules/monitoring/application/controllers/HostsController.php +++ b/modules/monitoring/application/controllers/HostsController.php @@ -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' diff --git a/modules/monitoring/application/controllers/ServicesController.php b/modules/monitoring/application/controllers/ServicesController.php index 079c41b56..0b4756d85 100644 --- a/modules/monitoring/application/controllers/ServicesController.php +++ b/modules/monitoring/application/controllers/ServicesController.php @@ -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'