martinm76 / zabbix-pdf-report

Reporting tool in PHP for the Zabbix Monitoring Platform. Rather versatile reporting on hosts and host groups.
https://www.zabbix.com/forum/zabbix-cookbook/25368-zabbix-dynamic-pdf-report-generation?filter_time=time_lastmonth
GNU General Public License v3.0
52 stars 55 forks source link

Fix bugs #15

Closed chrisleekr closed 4 years ago

chrisleekr commented 4 years ago

I have fixed the issue with __init that could not initialise the class. In addition, I made report name to be URL friendly as the hostname could have unfriendly characters.

martinm76 commented 4 years ago

Thank you. I'll do a few tests with this and possibly expand the sanitizer a bit.