Fix group base
This commit is contained in:
parent
c3d25e1a59
commit
28e68f8f8a
|
@ -6,7 +6,7 @@ namespace Icinga\Module\Monitoring\Backend\Ido\Query;
|
||||||
class ServicegroupQuery extends IdoQuery
|
class ServicegroupQuery extends IdoQuery
|
||||||
{
|
{
|
||||||
protected $groupBase = array(
|
protected $groupBase = array(
|
||||||
'servicegroups' => array('sgo.object_id, sg.servicegroup_id'),
|
'servicegroups' => array('sgo.object_id', 'sg.servicegroup_id'),
|
||||||
'servicestatus' => array('ss.servicestatus_id', 'hs.hoststatus_id')
|
'servicestatus' => array('ss.servicestatus_id', 'hs.hoststatus_id')
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue