Availability Report error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Availability Report error

Post 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]#
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Availability Report error

Post by wiproltdwiv »

Except availability and notification , we can able to generate other reports in pdf
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Availability Report error

Post 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...?
Be sure to check out our Knowledgebase for helpful articles and solutions!
wiproltdwiv
Posts: 281
Joined: Sat Sep 08, 2012 12:52 am

Re: Availability Report error

Post by wiproltdwiv »

It showing attached error.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Availability Report error

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked