monitoring: Provide new permission `no-monitoring/contacts`

This commit is contained in:
Johannes Meyer 2019-12-05 08:50:14 +01:00
parent 8519bb5d11
commit a9d5f2a6f0
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ $this->providePermission(
'monitoring/command/send-custom-notification',
$this->translate('Allow sending custom notifications for hosts and services')
);
$this->providePermission(
'no-monitoring/contacts',
$this->translate('Prohibit access to contacts and contactgroups')
);
$this->provideRestriction(
'monitoring/filter/objects',