diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 78fce4030..05fa86148 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -55,7 +55,7 @@ $this->providePermission( 'monitoring/command/feature/object', $this->translate('Allow processing commands for toggling features on host and service objects') ); -$this->providesPermission( +$this->providePermission( 'monitoring/command/send-custom-notification', $this->translate('Allow sending custom notifications for hosts and services') );