I am using Zabbix for the first time and successfully configured the same. Now the next very important step is to generate report and download as PDF. There are few links available to facilitate the same but I am unable to get the desired output.
https://www.zabbix.com/forum/showthread.php?t=24998
Please help with some solutions.
zabbix-dynamic-pdf-report
zabbix-dynamic-pdf-report module allow us to generate pdf reports. Once implemented we have options to generate reports for ‘Host’, ‘Host Group’ on time range of ‘Hour’, ‘Day’, ‘Week’, ‘Month’, ‘Year’. We can retrieve old report from ‘Old Reports’ section.
Implementation Dependencies
sudo apt-get install php5-curl php5-json
Clone the git repo that contain the module
cd /opt/
git clone https://github.com/SandipSingh14/Zabbix_
Configure zabbix-dynamic-pdf-report according to zabbix-server
vim Zabbix_/zabbix-dynamic-pdf-report/config.inc.php
Change directory and create directory inside zabbix-dynamic-pdf-report
cd Zabbix_/zabbix-dynamic-pdf-report
mkdir tmp report
Change zabbix auth to login method, it’s required for login into zabbix server
Copy zabbix-dynamic-pdf-report into /usr/share/zabbix/
Restart apache
Procedure to Generate Reports
Open Generate PDF Report pagehttp:///zabbix-dynamic-pdf-report/index.php