mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +02:00
monitoring: Use the service status summary query in the service groups overview
refs #9009
This commit is contained in:
parent
d1bb19d037
commit
a8b925e2ec
@ -11,12 +11,6 @@ class Servicegroupsummary extends DataView
|
|||||||
public function getColumns()
|
public function getColumns()
|
||||||
{
|
{
|
||||||
return array(
|
return 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',
|
||||||
@ -53,7 +47,7 @@ class Servicegroupsummary extends DataView
|
|||||||
*/
|
*/
|
||||||
public static function getQueryName()
|
public static function getQueryName()
|
||||||
{
|
{
|
||||||
return 'groupsummary';
|
return 'servicestatussummary';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user