monitoring: Use the groupsummary query for the host group summary view
refs #8241
This commit is contained in:
parent
2493535ac7
commit
41e72396ee
|
@ -17,4 +17,12 @@ class Hostgroupsummary extends Groupsummary
|
||||||
{
|
{
|
||||||
return array('hostgroup', 'hostgroup_alias');
|
return array('hostgroup', 'hostgroup_alias');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* {@inheritdoc}
|
||||||
|
*/
|
||||||
|
public static function getQueryName()
|
||||||
|
{
|
||||||
|
return 'groupsummary';
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue