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]#
Availability Report error
-
wiproltdwiv
- Posts: 281
- Joined: Sat Sep 08, 2012 12:52 am
Re: Availability Report error
Except availability and notification , we can able to generate other reports in pdf
Re: Availability Report error
Can you print reports in pdf if when you change this line in the "/etc/php.ini"
to
and restart apache?
What does it show on the screen when click on the "Download as pdf" icon? Error messages, blank screen...?
Code: Select all
display_errors = OnCode: Select all
display_errors = OffCode: Select all
service httpd restartBe 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
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
Can you print reports in pdf if when you change this line in the "/etc/php.ini"
to
and restart apache?
Code: Select all
display_errors = OnCode: Select all
display_errors = OffCode: Select all
service httpd restart