This is a translation of the original English documentation page. Help us make it better.

19 Zabbix 6.0.14の新機能

ローダブルプラグイン

暗号化されたMongoDBプラグインの接続

MongoDBプラグインは、名前付きセッションを使用してMongoDBに接続するときにTLS暗号化をサポートするようになりました。

Zabbix 6.0.14以降、更新されたプラグイン(MongoDB plugin 1.2.1)がZabbix公式パッケージに含まれています。このMongoDB用のプラグインはローダブルプラグインであり、パッケージまたはソースから個別にインストールできることに注意してください。このプラグインは、Zabbix 6.0 のすべてのマイナーバージョンで動作します。 詳細については、MongoDBプラグイン を参照してください。

PHPのサポート

PHPのサポートバージョンとして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).