Page 1 of 1

Availability Report error

Posted: Mon Dec 17, 2012 11:49 pm
by wiproltdwiv
hi,

we are not able to generate availability report in pdf. we are using nagios xi 2012 R1.2

please find the output for your ref

[root@EMSNagios1 etc]# cat /etc/php.ini | grep display_errors
; display_errors
display_errors = On
; separately from display_errors. PHP's default behavior is to suppress those







[root@EMSNagios1 etc]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.128.17.13 EMSNagios2
10.128.17.14 punbkpsrv
10.128.17.12 EMSNagios1.co-opbank.co.in
172.29.70.42 EMSNagios1.co-opbank.co.in
[root@EMSNagios1 etc]#

Re: Availability Report error

Posted: Tue Dec 18, 2012 12:19 am
by wiproltdwiv
Except availability and notification , we can able to generate other reports in pdf

Re: Availability Report error

Posted: Tue Dec 18, 2012 10:47 am
by lmiltchev
Can you print reports in pdf if when you change this line in the "/etc/php.ini"

Code: Select all

display_errors = On
to

Code: Select all

display_errors = Off
and restart apache?

Code: Select all

service httpd restart
What does it show on the screen when click on the "Download as pdf" icon? Error messages, blank screen...?

Re: Availability Report error

Posted: Thu Dec 20, 2012 10:49 pm
by wiproltdwiv
It showing attached error.

Re: Availability Report error

Posted: Fri Dec 21, 2012 10:04 am
by scottwilkerson
Can you print reports in pdf if when you change this line in the "/etc/php.ini"

Code: Select all

display_errors = On
to

Code: Select all

display_errors = Off
and restart apache?

Code: Select all

service httpd restart