mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 07:14:35 +02:00
monitoring: Provide permission for processing host and service check results
This commit is contained in:
parent
bc3a475e90
commit
fecdab9463
@ -44,6 +44,10 @@ $this->providePermission(
|
|||||||
'monitoring/command/remove-downtime',
|
'monitoring/command/remove-downtime',
|
||||||
$this->translate('Allow removing host and service downtimes')
|
$this->translate('Allow removing host and service downtimes')
|
||||||
);
|
);
|
||||||
|
$this->providePermission(
|
||||||
|
'monitoring/command/process-check-result',
|
||||||
|
$this->translate('Allow processing host and service check results')
|
||||||
|
);
|
||||||
|
|
||||||
$this->provideRestriction(
|
$this->provideRestriction(
|
||||||
'monitoring/filter',
|
'monitoring/filter',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user