availability report are not generated in PDF

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 are not generated in PDF

Post by wiproltdwiv »

Hi,

we cannot able to generate availability report in pdf. we received following error in the screen. : FPDF error: Not a PNG file: /tmp/availability89cz0j.png
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: availability report are not generated in PDF

Post by lmiltchev »

Run the following command, try to generate a pdf report, and see what kind of errors will show up in the log:

Code: Select all

tail -f /var/log/httpd/error_log
Also, check what you have in the hosts file:

Code: Select all

cat /etc/hosts
Are you using the following syntax?

Code: Select all

127.0.0.1 myserver myserver.mydomain.local localhost
What is the output of:

Code: Select all

cat /etc/php.ini | grep display_errors
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 are not generated in PDF

Post by wiproltdwiv »

It is working now.

Thanks for support
Locked