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

16 What's new in Zabbix 6.0.11

Reporting file systems with zero inodes

vfs.fs.get agent items are now capable of reporting file systems with the inode count equal to zero, which can be the case for file systems with dynamic inodes (e.g. btrfs).

Additionally vfs.fs.inode items now will not become unsupported in such cases with mode set to 'pfree' or 'pused'. Instead the pfree/pused values for such file systems will be reported as "100" and "0" respectively.

Optimized API queries

API database queries, created when searching through names in hosts and items tables, have been optimized and will now be processed more efficiently.