monitoring: Fix configuration.php

This commit is contained in:
Eric Lippmann 2016-01-28 12:37:18 +01:00
parent b5cbf49433
commit 480e357266
1 changed files with 0 additions and 5 deletions

View File

@ -51,15 +51,10 @@ $this->providePermission(
'monitoring/command/feature/instance',
$this->translate('Allow processing commands for toggling features on an instance-wide basis')
);
$this->providePermission(
'monitoring/command/feature/object',
$this->translate('DEPRECATED in favor of monitoring/command/feature/object/*')
);
$this->providePermission(
'monitoring/command/feature/object/*',
$this->translate('Allow processing commands for toggling features on host and service objects')
);
$this->providePermissionAlias('monitoring/command/feature/object', 'monitoring/command/feature/object/*');
$this->providePermission(
'monitoring/command/feature/object/active-checks',
$this->translate('Allow processing commands for toggling active checks on host and service objects')