Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BGmot/zabbix-module-avail-report
Availability report with extra features
https://github.com/BGmot/zabbix-module-avail-report
Last synced: about 1 month ago
JSON representation
Availability report with extra features
- Host: GitHub
- URL: https://github.com/BGmot/zabbix-module-avail-report
- Owner: BGmot
- Created: 2021-09-30T12:36:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T03:21:02.000Z (over 1 year ago)
- Last Synced: 2024-08-01T20:36:19.801Z (4 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 14
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
- awesome-zabbix - zabbix-module-avail-report - Module to add new features to Availability Report. (Visualization / Modules)
README
# zabbix-module-avail-report
Written according to Zabbix official documentation [Modules](https://www.zabbix.com/documentation/current/en/devel/modules/file_structure)A Zabbix module to add new features to "Availability Report":
1) Export to CSV.
2) Report only hosts with availability less than 100% for given time period.
3) 'By host' and 'By trigger template' merged into one page.
4) Multiselect instead of drop-down filters provide much more flexibility.
5) Filters can be saved for later use.NOTE: if "Show only hosts with problems" is not checked then tags assigned to Templates triggers came from are not shown. This would cause significant performance impact.
![screenshot](screenshots/zabbix-module-avail-report.png)
# How to use
IMPORTANT: pick module version according to Zabbix version:
| Module version | Zabbix version |
|:--------------:|:--------------:|
| v1.0.2 | 5.4 |
| v1.0.2 | 6.0 |
| v2.0.0 | 6.2 |
| v3.0.0 | 6.4 |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.
3) New Availability report is available under Reports -> Availability report BG menu.## Authors
See [Contributors](https://github.com/BGmot/zabbix-module-latest-data/graphs/contributors)