bug?
hi martinm_76 good job
I have this log message:
My configinc.php:
zabbix:2.4
Cetnos6
zabbix-pdf-report-09
Can u help me pls?
Thx.
hi martinm_76 good job

I have this log message:
Code:
PHP Warning: Creating default object from empty value in /usr/share/zabbix/plugin/zabbix_report_generation/inc/ZabbixAPI.class.php on line 122, referer: http://192.168.10.58/zabbix/plugin/zabbix_report_generation/index.php PHP Fatal error: Call to undefined function curl_init() in /usr/share/zabbix/plugin/zabbix_report_generation/inc/ZabbixAPI.class.php on line 322, referer: http://192.168.10.58/zabbix/plugin/zabbix_report_generation/index.php
Code:
$user_login=1; // If $user_login is 0, use credentials below and don't prompt for login. # zabbix server info(user must have API access) $z_server = 'http://192.168.10.58/zabbix/'; $z_user = 'Admin'; $z_pass = 'zabbix'; # Temporary directory for storing pdf data and graphs - must exist $z_tmp_path = './tmp'; # Directory for storing PDF reports $pdf_report_dir = './reports'; # Root URL to reports #$pdf_report_url = $z_server ."report/reports"; $pdf_report_url = "/report/reports"; # paper settings $paper_format = 'A4'; // formats supported: 4A0, 2A0, A0 -> A10, B0 -> B10, C0 -> C10, RA0 -> RA4, SRA0 -> SRA4, LETTER, LEGAL, EXECUTIVE, FOLIO $paper_orientation = 'portrait'; // formats supported: portrait / landscape # time zone - see http://php.net/manual/en/timezones.php $timezone = 'Europe/Oslo'; # Logo used in PDF - may be empty # TODO: Specify image size! $pdf_logo = './images/general/zabbix.png'; $company_name = 'zabbix';
Cetnos6
zabbix-pdf-report-09
Can u help me pls?
Thx.
and again good job.


Comment