Page 1 of 1

Executive summary report to pdf/jpg broken

Posted: Tue Jul 04, 2017 12:33 pm
by dsilvero
Moderator Edit: This thread has been split from another - https://support.nagios.com/forum/viewto ... 16&t=44522
In the future, please create a new thread and link to the old one instead of adding on.


Hi guys, I have the same problem since I upgrade to 5.4.5 version, is a bug, because its happend the same with my QA server. This problem only occurs with this report, because anothers reports works fine.

Thanks !!!!

Diego

Re: Executive summary report to pdf/jpg broken

Posted: Wed Jul 05, 2017 11:05 am
by lmiltchev
Have you tried upgrading to Nagios XI 5.4.6? The issue should be fixed in the latest.

Re: Executive summary report to pdf/jpg broken

Posted: Wed Jul 05, 2017 12:00 pm
by lmiltchev
Update: Actually, I was wrong. The fix will be in 5.4.7. If you don't want to wait, here's a "workaround":

1. Make a backup of the original utils-reports-export.inc.php file just in case:

Code: Select all

cp -p /usr/local/nagiosxi/html/includes/utils-reports-export.inc.php /usr/local/nagiosxi/html/includes/utils-reports-export.inc.php.orig
2. Download the file below:
utils-reports-export.inc.php.zip
3. Unzip it and copy the utils-reports-export.inc.php file to /usr/local/nagiosxi/html/includes/ directory, overwriting the original file.

Let us know if this fixed the issue.