mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 22:04:25 +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',
|
||||
$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(
|
||||
'monitoring/filter',
|
||||
|
Loading…
x
Reference in New Issue
Block a user