11 What's new in Zabbix 7.0.6

TimescaleDB 2.17 support

The maximum supported version for TimescaleDB is now 2.17.X.

PostgreSQL 17 support

PostgreSQL 17 is now supported.

MSSQL instance names supported in agent 2 plugin

It is now possible to specify MSSQL instance names as part of the connection string in MSSQL agent 2 plugin items, for example:

mssql.custom.query[sqlserver://localhost/InstanceName,...]

Note that in this case no port must be specified. If port is specified, then the instance name will be ignored and the specified port will be used for connection.

Maximum number of rows in widgets

The maximum number of rows that can be displayed has been increased from 100 to 1000 in several dashboard widgets:

  • Action log
  • Item history
  • Problems
  • Top hosts
  • Top triggers

1000 is now the value of ZBX_MAX_WIDGET_LINES parameter in frontend definitions.

Templates

For new templates and changes to existing templates, see Template changes.