Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BGmot/zabbix-module-hosts-tree
A Zabbix module to show groups/hosts as a tree under Monitoring -> Hosts Tree menu item
https://github.com/BGmot/zabbix-module-hosts-tree
Last synced: about 1 month ago
JSON representation
A Zabbix module to show groups/hosts as a tree under Monitoring -> Hosts Tree menu item
- Host: GitHub
- URL: https://github.com/BGmot/zabbix-module-hosts-tree
- Owner: BGmot
- Created: 2021-08-08T15:40:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T20:47:21.000Z (7 months ago)
- Last Synced: 2024-08-01T20:36:21.439Z (4 months ago)
- Language: PHP
- Size: 203 KB
- Stars: 35
- Watchers: 3
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-zabbix - zabbix-module-hosts-tree - Module to show groups/hosts as a tree under Monitoring -> Hosts Tree menu item in Zabbix. (Visualization / Modules)
README
# zabbix-module-hosts-tree
Written according to Zabbix official documentation [Modules](https://www.zabbix.com/documentation/current/en/devel/modules/file_structure)A Zabbix module to show groups/hosts as a tree under Monitoring -> Hosts Tree menu item in Zabbix.
![screenshot](screenshots/zabbix-module-hosts-tree-1.png)IMPORTANT: pick module version according to Zabbix version:
| Module version | Zabbix version |
|:--------------:|:--------------:|
| v1.3.0 | 5.4 |
| v2.0.1 | 6.0 |
| v3.0.0 | 6.2 |
| v4.1.1 | 6.4 |
| v5.0.0 | 7.0 |# How to use
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. You should get new 'Hosts tree' menu item under Monitoring.## Authors
See [Contributors](https://github.com/BGmot/zabbix-module-hosts-tree/graphs/contributors)