monitoring: Provide new permission `no-monitoring/contacts`
This commit is contained in:
parent
8519bb5d11
commit
a9d5f2a6f0
|
@ -83,6 +83,10 @@ $this->providePermission(
|
||||||
'monitoring/command/send-custom-notification',
|
'monitoring/command/send-custom-notification',
|
||||||
$this->translate('Allow sending custom notifications for hosts and services')
|
$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(
|
$this->provideRestriction(
|
||||||
'monitoring/filter/objects',
|
'monitoring/filter/objects',
|
||||||
|
|
Loading…
Reference in New Issue