On this page
17 What's new in Zabbix 7.2.6
Preprocessing throughput internal item
A new zabbix[preprocessing] internal item has been added that returns a JSON containing statistics of the values received by the preprocessing manager:
- queued - the number and size of queued values that require preprocessing (counter);
- direct - the number and size of queued values that do not require preprocessing (counter);
- queue - the count of values enqueued in the preprocessing queue (same as
zabbix[preprocessing_queue])
Enhanced precision in net.dns.get query time
The net.dns.get item now reports the query_time attribute with microsecond precision, increasing from two to six decimal places. For more details on the return values, refer to the Return values for net.dns.get page.
MSSQL plugin for Zabbix agent 2 updated
In the MSSQL plugin for Zabbix agent 2, the item mssql.last.backup.get has been updated to exclude non-existing databases from the query.
ListenPort behavior in Zabbix agent 2 /status endpoint
When passive checks are disabled in Zabbix agent 2 configuration, the ListenPort parameter no longer has a value.
Templates
For changes to existing templates and information on new templates, see Template changes.