mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
monitoring: Don't select host counts in the service group overview
We're not showing the counts. refs #9009
This commit is contained in:
parent
c1c8c1c005
commit
8bc9e46757
@ -478,12 +478,6 @@ class Monitoring_ListController extends Controller
|
|||||||
$this->setAutorefreshInterval(12);
|
$this->setAutorefreshInterval(12);
|
||||||
|
|
||||||
$query = $this->backend->select()->from('servicegroupsummary', array(
|
$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_alias',
|
||||||
'servicegroup_name',
|
'servicegroup_name',
|
||||||
'services_critical_handled',
|
'services_critical_handled',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user