Skip to content

Commit

Permalink
monitoring: Use the service status summary query in the service group…
Browse files Browse the repository at this point in the history
…s overview

refs #9009
  • Loading branch information
lippserd committed Jun 3, 2015
1 parent d1bb19d commit a8b925e
Showing 1 changed file with 1 addition and 7 deletions.
Expand Up @@ -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',
Expand Down Expand Up @@ -53,7 +47,7 @@ public function getFilterColumns()
*/
public static function getQueryName()
{
return 'groupsummary';
return 'servicestatussummary';
}

/**
Expand Down

0 comments on commit a8b925e

Please sign in to comment.