monitoring: Provide permission for processing host and service check results

This commit is contained in:
Eric Lippmann 2015-01-22 13:50:55 +01:00
parent bc3a475e90
commit fecdab9463
1 changed files with 4 additions and 0 deletions

View File

@ -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',