# 11 Upgrade notes for 4.4.2

#### Agent 2 configuration parameters

The following general configuration parameters have been moved to plugin
configuration parameters:

-   EnableRemoteCommands → Plugins.SystemRun.EnableRemoteCommands
-   LogRemoteCommands → Plugins.SystemRun.LogRemoteCommands
-   MaxLinesPerSecond → Plugins.Log.MaxLinesPerSecond

The internal plugin Configurator API also has been changed: another
parameter has been added to the Configure() function, the format of
passed plugin parameters to the Configure() function has been changed
and the Validate() function has been added to validate plugin specific
configuration.
