znuny / Znuny

Znuny/Znuny LTS is a fork of the ((OTRS)) Community Edition, one of the most flexible web-based ticketing systems used for Customer Service, Help Desk, IT Service Management.
https://www.znuny.org
GNU General Public License v3.0
343 stars 83 forks source link

Allow to disable executing Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers #396

Open pboguslawski opened 1 year ago

pboguslawski commented 1 year ago

Proposed change

Znuny executes task Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers on every user login. This mod allows to disable running it using parameter SupportDataCollector::DisablePlugins i.e. by putting

$Self->{'SupportDataCollector::DisablePlugins'} = [ 'Kernel::System::SupportDataCollector::PluginAsynchronous::OTRS::ConcurrentUsers' ];

in Config.pm.

Type of change

Additional information

Author-Change-Id: IB#1108667

Checklist