Skip to content

Commit

Permalink
monitoring: Handle joined virtual table serviceobjects in IdoQuery::g…
Browse files Browse the repository at this point in the history
…etGroup()

refs #9956
  • Loading branch information
lippserd committed Sep 29, 2015
1 parent 944129d commit d18d606
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,9 @@ public function getGroup()
$group[] = 'sgo.object_id';
$group[] = 'sg.servicegroup_id';
break;
case 'serviceobjects':
$group[] = 'so.object_id';
break;
case 'serviceproblemsummary':
$group[] = 'sps.unhandled_services_count';
break;
Expand Down

0 comments on commit d18d606

Please sign in to comment.