https://github.com/BGmot/zabbix-module-latest-data
A Zabbix 5.4 module to group items under Monitoring -> Latest data per Tag as it used to be with Application grouping in previous versions of Zabbix
https://github.com/BGmot/zabbix-module-latest-data
Last synced: 17 days ago
JSON representation
A Zabbix 5.4 module to group items under Monitoring -> Latest data per Tag as it used to be with Application grouping in previous versions of Zabbix
- Host: GitHub
- URL: https://github.com/BGmot/zabbix-module-latest-data
- Owner: BGmot
- Created: 2021-08-23T02:04:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T17:27:47.000Z (7 months ago)
- Last Synced: 2025-03-24T11:38:37.078Z (22 days ago)
- Language: PHP
- Size: 106 KB
- Stars: 24
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-zabbix - zabbix-module-latest-data - Module to group items under Monitoring -> Latest data per Tag like Application grouping in previous versions of Zabbix. (Visualization / Modules)
README
# zabbix-module-latest-data
Written according to Zabbix official documentation [Modules](https://www.zabbix.com/documentation/current/en/devel/modules/file_structure)A module for Zabbix to group items under Monitoring -> Latest data per Tag as it used to be with Application grouping in previous versions of Zabbix. See discussion [ZBX-19413: Zabbix 5.4: Latest data is broken in usability after UI migrating app > tag](https://support.zabbix.com/browse/ZBX-19413)

# How to use
IMPORTANT: pick module version according to Zabbix version:
| Module version | Zabbix version |
|:--------------:|:--------------:|
| v1.0.2 | 5.4 |
| v2.0.2 | 6.0 |
| v2.0.2 | 6.2 |
| v3.0.2 | 6.4 |
| v4.0.0 | 7.0 |1) Create a folder in your Zabbix server modules folder (by default /usr/share/zabbix/) and copy contents of this repository into that folder.
2) Go to Administration -> General -> Modules click Scan directory and enable the module. Go to Monitoring -> Latest data and check this out.## Authors
See [Contributors](https://github.com/BGmot/zabbix-module-latest-data/graphs/contributors)