mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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',
|
||||
$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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user