monitoring: Handle joined virtual table hostobjects in IdoQuery::getGroup()

refs #9956
This commit is contained in:
Eric Lippmann 2015-09-29 22:51:06 +02:00
parent 73152e9244
commit 944129d1e6
1 changed files with 3 additions and 0 deletions

View File

@ -1021,6 +1021,9 @@ abstract class IdoQuery extends DbQuery
$group[] = 'co.object_id';
$group[] = 'c.contact_id';
break;
case 'hostobjects':
$group[] = 'ho.object_id';
break;
case 'hosts':
$group[] = 'h.host_id';
break;