THIS KNOWLEDGE BASE HAS BEEN ARCHIVED AND IS NO LONGER BEING UPDATED
Please visit library.nagios.com/docs for the latest and most up-to-date documentation.
Home » Categories » Products » Nagios XI » Troubleshooting » Common Problems

Nagios XI - Error while converting SVG

Problem Description

In Nagios XI, when saving a performance graph as a PNG, JPEG image you receive the following error:

Error while converting SVG

 

You may also see the following error logged in /var/log/httpd/error_log:

sh: ./phantomjs: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

 

The problem relates to the phantomjs libraries that are used to export the images to a file.

 

 

Resolution

The resolution is to reinstall the phantomjs libraries on Nagios XI.

Establish a terminal session to your Nagios XI server and execute the following commands:

cd /tmp
rm -rf phantomjs*
uname -a

 

The output with either contain i686 or x86_64, this is required for the following file download.

Execute the following command to download the correct file:

i686

wget phantomjs-1.9.8-linux-i686.tar https://assets.nagios.com/downloads/nagiosxi/packages/phantomjs-1.9.8-linux-i686.tar

 

x86_64

wget phantomjs-1.9.8-linux-x86_64.tar https://assets.nagios.com/downloads/nagiosxi/packages/phantomjs-1.9.8-linux-x86_64.tar

 

Now execute the following commands to reinstall phantomjs:

tar xf phantomjs*.tar
mkdir -p /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/temp
/bin/cp -f phantomjs*/bin/phantomjs /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/
chown -R nagios:nagios /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server
chmod 775 /usr/local/nagiosxi/html/includes/components/highcharts/exporting-server/temp

 

After executing these commands the graphs should now export successfully to images.

 

 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/



Special Offer For Knowledgebase Visitors! Get a huge discount on Nagios Log Server by clicking below.

Get 60% Off Nagios Log Server!

Did you know? Nagios provides complete monitoring of: Windows, Linux, UNIX, Servers, Websites, SNMP, DHCP, DNS, Email, Storage, Files, Apache, IIS, EC2, and more!

1 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - Status Information Cut Off At 256 Characters
Viewed 9773 times since Thu, Feb 25, 2016
CCM says unapplied changes exist, but none listed
Viewed 7588 times since Mon, Feb 27, 2017
Nagios XI - Oracle Services Critical After Nagios XI Upgrade
Viewed 7645 times since Wed, Jan 27, 2016
Nagios XI - Issues with mod_gearman and Performance Data Newlines: "\n"
Viewed 5316 times since Tue, Feb 2, 2016
Nagios XI - Event Data Is Stale
Viewed 7236 times since Wed, Jan 27, 2016
Nagios XI - Installing Latest SourceGuardian Loaders
Viewed 10012 times since Mon, Jun 18, 2018
Web Browser Reports 330 Error Content Encoding
Viewed 9892 times since Tue, Mar 7, 2017
Nagios XI - Apply Configuration Fails - Backend login to the Core Configuration failed
Viewed 28029 times since Tue, Aug 2, 2016
Nagios XI - SNMP MIB Upload Problems
Viewed 11483 times since Mon, Apr 10, 2017
Nagios XI - CentOS 6 Installation Problems XI 2011R1.7 2011R1.8
Viewed 6247 times since Tue, Feb 2, 2016