From 0a3580cd98e84da365cc6573423a18e2fe1e85de Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 28 Jan 2016 14:23:27 +0100 Subject: [PATCH] monitoring: Add missing obsessing column in multi-select views --- modules/monitoring/application/controllers/HostsController.php | 1 + .../monitoring/application/controllers/ServicesController.php | 1 + 2 files changed, 2 insertions(+) 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'