monitoring: Fix configuration.php
This commit is contained in:
parent
b5cbf49433
commit
480e357266
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue