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

refs #8241
This commit is contained in:
Eric Lippmann 2015-05-20 15:37:24 +02:00
parent 2493535ac7
commit 41e72396ee
1 changed files with 8 additions and 0 deletions

View File

@ -17,4 +17,12 @@ class Hostgroupsummary extends Groupsummary
{
return array('hostgroup', 'hostgroup_alias');
}
/**
* {@inheritdoc}
*/
public static function getQueryName()
{
return 'groupsummary';
}
}