From 8bc9e46757edd2df9bf6ba8aac2a928d731b9cf5 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 3 Jun 2015 12:21:29 +0200 Subject: [PATCH] monitoring: Don't select host counts in the service group overview We're not showing the counts. refs #9009 --- .../monitoring/application/controllers/ListController.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/monitoring/application/controllers/ListController.php b/modules/monitoring/application/controllers/ListController.php index 741ca3360..f46370261 100644 --- a/modules/monitoring/application/controllers/ListController.php +++ b/modules/monitoring/application/controllers/ListController.php @@ -478,12 +478,6 @@ class Monitoring_ListController extends Controller $this->setAutorefreshInterval(12); $query = $this->backend->select()->from('servicegroupsummary', array( - 'hosts_down_handled', - 'hosts_down_unhandled', - 'hosts_pending', - 'hosts_unreachable_handled', - 'hosts_unreachable_unhandled', - 'hosts_up', 'servicegroup_alias', 'servicegroup_name', 'services_critical_handled',