mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user