31 What's new in Zabbix 6.0.26
Templates
New templates
The set of Azure by HTTP templates has been supplemented with the Azure Cost Management by HTTP template.
You can get this template:
- In Configuration → Templates in new installations;
- When upgrading from previous versions, the latest templates can be downloaded from the Zabbix Git repository and manually imported into Zabbix in the Configuration → Templates section. If a template with the same name already exists, check the Delete missing option before importing to achieve a clean import. This way the items that have been excluded from the updated template will be removed (note that history of the deleted items will be lost).
Updated templates
MSSQL by ODBC template has been updated for working with AlwaysOn features such as Failover Cluster Instances (FCI) and Availability Groups (AG). It is now possible to use the template for monitoring a host in cluster, standalone host and host by cluster name. A macro for instance name is no longer used; when the master is switched, it is not required to change any macros:
- new LLD rules and metrics for quorum and quorum members have been added;
- the type of the LLD rules has been changed from “Database monitor” to “Dependent item”;
- items with
db.odbc.discoverykey have been turned into items dependent on thedb.odbc.getitem - new item has been added - MSSQL DB '{#DBNAME}': Recovery model, which returns the database recovery model under the database discovery;
- new macros, namely, {$MSSQL.BACKUP_FULL.USED}, {$MSSQL.BACKUP_DIFF.USED}, {$MSSQL.BACKUP_LOG.USED}, have been added - those can be used for disabling backup age triggers for a certain database.
Frontend
PHP support
The maximum supported version for PHP is now 8.3.
X-Frame-Options HTTP header
The X-Frame-Options header parameter has been renamed to Use X-Frame-Options header, now consists of a checkbox and an input field (allowing you to disable the header by unmarking a checkbox instead of specifying "null" in the input field), and supports additional values.
Other security parameters now also follow the same structure. For more information, see the security parameters in Administration → General.
Databases
MySQL 8.2 support
The maximum supported version for MySQL is now 8.2.X.