Skip to content

Commit

Permalink
monitoring: Restrict the host group summary
Browse files Browse the repository at this point in the history
refs #9009
  • Loading branch information
lippserd committed Jun 3, 2015
1 parent 6926452 commit c1c8c1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/monitoring/application/controllers/ListController.php
Expand Up @@ -548,6 +548,9 @@ public function hostgroupsAction()
'services_warning_unhandled'
));
$this->filterQuery($query);

$this->applyRestriction('monitoring/filter/objects', $query);

$this->view->hostgroups = $query;

$this->setupLimitControl();
Expand Down

0 comments on commit c1c8c1c

Please sign in to comment.