monitoring: Provide only the monitoring/filter/objects restriction
We'll combine the hosts and services filter restrictions into a single restriction. refs #9009
This commit is contained in:
parent
0c1df335fc
commit
41be32adff
|
@ -61,13 +61,8 @@ $this->providePermission(
|
|||
);
|
||||
|
||||
$this->provideRestriction(
|
||||
'monitoring/hosts/filter',
|
||||
$this->translate('Restrict hosts view to the hosts that match the filter')
|
||||
);
|
||||
|
||||
$this->provideRestriction(
|
||||
'monitoring/services/filter',
|
||||
$this->translate('Restrict services view to the services that match the filter')
|
||||
'monitoring/filter/objects',
|
||||
$this->translate('Restrict views to the Icinga objects that match the filter')
|
||||
);
|
||||
|
||||
$this->provideConfigTab('backends', array(
|
||||
|
|
Loading…
Reference in New Issue