Ubuntu Lucid to Precise upgrade; Nagios map internal error

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
kbennington
Posts: 2
Joined: Wed May 28, 2014 8:14 am

Ubuntu Lucid to Precise upgrade; Nagios map internal error

Post by kbennington »

Have a server running Cacti and Nagios, upgraded it from Lucid to Precise. Cacti is fine no errors, Nagios gives internal error when accessing the map, trend, or histogram links. Feel that this is a pointer issue and Nagios needs to be updated to now point at the correct files. I have updated Nagios to 4.0.6 but hte internal web error persists, no other links have any problems just the map, trend, and histogram.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Ubuntu Lucid to Precise upgrade; Nagios map internal err

Post by slansing »

Run the following while you try to access the map then post the output in a reply, thanks!

Code: Select all

tail -f /var/log/httpd/error_log
Note: Please wrap the output in code wraps.
kbennington
Posts: 2
Joined: Wed May 28, 2014 8:14 am

Re: Ubuntu Lucid to Precise upgrade; Nagios map internal err

Post by kbennington »

Problem Solved - had to install libgd2-xpm-dev, and then install Nagios again. This will wipe the configuration built in the etc folder, but had those backed up and just copied the backup into the etc folder.

Turned out the upgrade to Precise also wiped the mibs, had a backup copy of those and copied it back into the folder. Everything works.
Locked