mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
configuration.php: Provide restrictions
This commit is contained in:
parent
fa2b9d5847
commit
562d9b7ea8
1 changed files with 15 additions and 0 deletions
|
|
@ -13,6 +13,21 @@ namespace Icinga\Module\Icingadb
|
|||
|
||||
$this->provideSetupWizard('Icinga\Module\Icingadb\Setup\IcingaDbWizard');
|
||||
|
||||
$this->provideRestriction(
|
||||
'icingadb/filter/objects',
|
||||
$this->translate('Restrict access to the Icinga objects that match the filter')
|
||||
);
|
||||
|
||||
$this->provideRestriction(
|
||||
'icingadb/filter/hosts',
|
||||
$this->translate('Restrict access to the Icinga hosts and services that match the filter')
|
||||
);
|
||||
|
||||
$this->provideRestriction(
|
||||
'icingadb/filter/services',
|
||||
$this->translate('Restrict access to the Icinga services that match the filter')
|
||||
);
|
||||
|
||||
if (! $this::exists('monitoring')) {
|
||||
/**
|
||||
* Search urls
|
||||
|
|
|
|||
Loading…
Reference in a new issue