monitoring: Use the groupsummary query for the service group summary view

refs #8241
This commit is contained in:
Eric Lippmann 2015-05-20 16:09:30 +02:00
parent 2dc6d5467d
commit a9d6a94957
1 changed files with 11 additions and 0 deletions

View File

@ -5,11 +5,22 @@ namespace Icinga\Module\Monitoring\DataView;
class Servicegroupsummary extends Groupsummary class Servicegroupsummary extends Groupsummary
{ {
/**
* {@inheritdoc}
*/
public function getFilterColumns() public function getFilterColumns()
{ {
return array('servicegroup'); return array('servicegroup');
} }
/**
* {@inheritdoc}
*/
public static function getQueryName()
{
return 'groupsummary';
}
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */