Esta é uma tradução da página de documentação original em inglês. Ajude-nos a torná-la melhor.

15 What's new in Zabbix 6.4.10

This minor version has no functional changes.

TimescaleDB 2.13 support

Support for TimescaleDB version 2.13 is now available.

User macro support in preprocessing custom error-handling parameters

User macros are now supported in item value preprocessing custom error-handling parameters (Set value to and Set error to fields).

Although undocumented, this functionality worked before Zabbix 6.4.0, but it stopped working in previous 6.4.x versions. Now the support has been restored and documented.

Plugins

Cache mode parameter for PostgreSQL plugin

New parameters for controlling the cache mode by default or on session name level have been added to the PostgreSQL plugin configuration:

  • Plugins.PostgreSQL.Default.CacheMode
  • Plugins.PostgreSQL.Sessions.<SessionName>.CacheMode

The cache mode parameter may have one of two allowed values: prepare (default) or describe. Note that "describe" is primarily useful when the environment does not allow prepared statements such as when running a connection pooler like PgBouncer.