This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

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.