CloudService → CloudService::Admin::ModuleRegistration
Cloud service admin module registration for the transport layer.
默认值:
$Self->{'CloudService::Admin::Module'}->{'100-SupportDataCollector'} = { 'ConfigDialog' => 'AdminCloudServiceSupportDataCollector', 'Description' => 'Configure sending of support data to OTRS Group for improved support.', 'Icon' => 'fa fa-compass', 'Name' => 'Support data collector' };
Cloud service admin module registration for the transport layer.
默认值:
$Self->{'CloudService::Admin::Module'}->{'200-SMS'} = { 'ConfigDialog' => 'AdminCloudServiceSMS', 'Description' => 'This will allow the system to send text messages via SMS.', 'Icon' => 'fa fa-mobile', 'IsOTRSBusiness' => '1', 'Name' => 'SMS' };
CloudService → Core
Disables the communication between this system and OTRS Group servers that provides cloud services. If active, some functionality will be lost such as system registration, support data sending, upgrading to and use of OTRS Business Solution™, OTRS Verify™, OTRS News and product News dashboard widgets, among others.
这个设置默认没有激活。
默认值:
$Self->{'CloudServices::Disabled'} = '0';
CloudService → Frontend::Agent::ModuleNotify
Defines the module to display a notification if cloud services are disabled.
不能使这个设置失效。
默认值:
$Self->{'Frontend::NotifyModule'}->{'100-CloudServicesDisabled'} = { 'Group' => 'admin', 'Module' => 'Kernel::Output::HTML::Notification::AgentCloudServicesDisabled' };