Written according to Zabbix official documentation Modules
A Zabbix module to add new features to "Availability Report":
- Export to CSV.
- Report only hosts with availability less than 100% for given time period.
- 'By host' and 'By trigger template' merged into one page.
- Multiselect instead of drop-down filters provide much more flexibility.
- 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.
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 |
- Create a folder in your Zabbix server modules folder (by default /usr/share/zabbix/) and copy contents of this repository into that folder.
- Go to Administration -> General -> Modules click Scan directory and enable the module.
- New Availability report is available under Reports -> Availability report BG menu.
See Contributors