A fork of the standard "Latest data" tab in the Zabbix monitoring menu. This module makes the Latest data table sortable by value in ascending or descending order — useful when you need to find the highest CPU loads, the largest disk fills, or the slowest response times across your hosts without writing a custom dashboard.
- Sort by value — ascending or descending on the standard Latest data view.
- Drop-in replacement — installs as a module; the original Latest data tab is replaced.
- Compatibility — Zabbix 7.0+, PHP 8.0+.
-
Connect to your Zabbix frontend server (perform on all frontend nodes) via SSH.
-
Navigate to the
ui/modules/directory (uiis typically located at/usr/share/zabbix/ui/)cd /usr/share/zabbix/ui/modules/ -
Clone the repository on your server
git clone https://git.initmax.cz/initMAX-Public/zabbix/modules/Zabbix-UI-Modules-Sortable-latest-data.git
-
Change ownership of the directory to the user under which your Zabbix frontend runs:
chown nginx:nginx ./Zabbix-UI-Modules-Sortable-latest-data*chown apache:apache ./Zabbix-UI-Modules-Sortable-latest-data*chown www-data:www-data ./Zabbix-UI-Modules-Sortable-latest-data* -
Open the Zabbix frontend menu → Administration → General → Modules
-
Click Scan directory at the top
-
Enable the newly discovered Sortable Latest Data module
-
Open Monitoring → Latest data — column headers are now clickable to sort by value.




