monitoring: Use the service status summary query in the service groups overview

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-03 12:48:22 +02:00
parent d1bb19d037
commit a8b925e2ec
1 changed files with 1 additions and 7 deletions

View File

@ -11,12 +11,6 @@ class Servicegroupsummary extends DataView
public function getColumns()
{
return array(
'hosts_down_handled',
'hosts_down_unhandled',
'hosts_pending',
'hosts_unreachable_handled',
'hosts_unreachable_unhandled',
'hosts_up',
'servicegroup_alias',
'servicegroup_name',
'services_critical_handled',
@ -53,7 +47,7 @@ class Servicegroupsummary extends DataView
*/
public static function getQueryName()
{
return 'groupsummary';
return 'servicestatussummary';
}
/**