mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 17:24:16 +02:00
monitoring: Fix configuration.php
This commit is contained in:
parent
b5cbf49433
commit
480e357266
@ -51,15 +51,10 @@ $this->providePermission(
|
|||||||
'monitoring/command/feature/instance',
|
'monitoring/command/feature/instance',
|
||||||
$this->translate('Allow processing commands for toggling features on an instance-wide basis')
|
$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(
|
$this->providePermission(
|
||||||
'monitoring/command/feature/object/*',
|
'monitoring/command/feature/object/*',
|
||||||
$this->translate('Allow processing commands for toggling features on host and service objects')
|
$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(
|
$this->providePermission(
|
||||||
'monitoring/command/feature/object/active-checks',
|
'monitoring/command/feature/object/active-checks',
|
||||||
$this->translate('Allow processing commands for toggling active checks on host and service objects')
|
$this->translate('Allow processing commands for toggling active checks on host and service objects')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user