monitoring: Don't select host counts in the service group overview

We're not showing the counts.

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-03 12:21:29 +02:00
parent c1c8c1c005
commit 8bc9e46757
1 changed files with 0 additions and 6 deletions

View File

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