If I open up a service that's attached to a host, and click the Performance Graphs tab, I can save the performance graph as a PDF and it saves and renders correctly. Not sure if that is helpful information or not
PDF Reports failing to generate
Re: PDF Reports failing to generate
Sorry for the double post but I just realized something that may be helpful to know.
If I open up a service that's attached to a host, and click the Performance Graphs tab, I can save the performance graph as a PDF and it saves and renders correctly. Not sure if that is helpful information or not
If I open up a service that's attached to a host, and click the Performance Graphs tab, I can save the performance graph as a PDF and it saves and renders correctly. Not sure if that is helpful information or not
Re: PDF Reports failing to generate
Run this command and post the output here.
Does the name of the server and the IP address in the hosts file match the Program / External URL?
I quick test, delete the External URL, save it and see if the report works for you.
Code: Select all
cat /etc/hostsI quick test, delete the External URL, save it and see if the report works for you.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: PDF Reports failing to generate
Deleting the external URL did not work, the report did not generate.tgriep wrote:Run this command and post the output here.Does the name of the server and the IP address in the hosts file match the Program / External URL?Code: Select all
cat /etc/hosts
I quick test, delete the External URL, save it and see if the report works for you.
Code: Select all
[root@nagios ~]# cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
Re: PDF Reports failing to generate
Add the IP address and the hostname in the /etc/hosts file and see if the PDF is generated.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: PDF Reports failing to generate
That did the trick! Thank you kindly, sir!tgriep wrote:Add the IP address and the hostname in the /etc/hosts file and see if the PDF is generated.
Re: PDF Reports failing to generate
Glad that's fixed, marking as resolved and locking the topic.