Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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-06-13T02:14:48.000Z (6 months ago)
- Last Synced: 2024-08-01T20:36:30.024Z (4 months ago)
- Language: PHP
- Size: 102 KB
- Stars: 20
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
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)
![screenshot](screenshots/zabbix-module-latest-data.png)
# 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)