这是原厂英文文档的翻译页面. 欢迎帮助我们 完善文档.
2022 Zabbix中国峰会
2022 Zabbix中国峰会

19 Zabbix 6.0.14 新功能

可加载插件

加密的 MongoDB 插件连接

使用命名会话连接到 MongoDB 时,MongoDB 插件现在支持 TLS 加密。

从 Zabbix 6.0.14 开始,更新的插件(MongoDB 插件 1.2.1)包含在 Zabbix 官方包中。 请注意,MongoDB 是一个可加载插件,可以从包或源中单独安装。 该插件适用于任何次要版本的 Zabbix 6.0。 有关详细信息,请参阅 MongoDB 插件

PHP support

The maximum supported version for PHP is now 8.2.

Limits for JavaScript objects in preprocessing

The following limits for JavaScript objects in preprocessing have been introduced:

  • The total size of all messages that can be logged with the Log() method has been limited to 8 MB per script execution.
  • The initialization of multiple HttpRequest objects has been limited to 10 per script execution.
  • The total length of header fields that can be added to a single HttpRequest object with the addHeader() method has been limited to 128 Kbytes (special characters and header names included).