CloudService → CloudService::Admin::ModuleRegistration
Cloud service admin module registration for the transport layer.
Alapértelmezett érték:
$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.
Alapértelmezett érték:
$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.
Ez a beállítás alapértelmezetten nincs bekapcsolva.
Alapértelmezett érték:
$Self->{'CloudServices::Disabled'} = '0';
CloudService → Frontend::Agent::ModuleNotify
Defines the module to display a notification if cloud services are disabled.
Ez a beállítás nem kapcsolható ki.
Alapértelmezett érték:
$Self->{'Frontend::NotifyModule'}->{'100-CloudServicesDisabled'} = { 'Group' => 'admin', 'Module' => 'Kernel::Output::HTML::Notification::AgentCloudServicesDisabled' };