monitoring: Restrict the host group summary

refs #9009
This commit is contained in:
Eric Lippmann 2015-06-03 11:49:31 +02:00
parent 6926452268
commit c1c8c1c005
1 changed files with 3 additions and 0 deletions

View File

@ -548,6 +548,9 @@ class Monitoring_ListController extends Controller
'services_warning_unhandled' 'services_warning_unhandled'
)); ));
$this->filterQuery($query); $this->filterQuery($query);
$this->applyRestriction('monitoring/filter/objects', $query);
$this->view->hostgroups = $query; $this->view->hostgroups = $query;
$this->setupLimitControl(); $this->setupLimitControl();