From 6560975fe2e3963bdfbad5ce0304d210798eb1b7 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 7 Aug 2015 15:35:13 +0200 Subject: [PATCH] Host overview: Do not select `host_unhandled_services' It's implemented as horribly slow subquery. refs #9864 --- modules/monitoring/application/controllers/ListController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 7c749a2a3..9a7199580 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -85,7 +85,6 @@ class Monitoring_ListController extends Controller 'host_last_check', 'host_last_state_change' => $stateChangeColumn, 'host_notifications_enabled', - 'host_unhandled_services', 'host_action_url', 'host_notes_url', 'host_last_comment',