No images with --prefix install

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
jamesonj
Posts: 2
Joined: Thu Mar 15, 2012 12:13 pm

No images with --prefix install

Post by jamesonj »

I am trying to install the Nagios core using the --prefix option but when I try accessing the options like hosts, I do get the images to display. Looking at the Apache2 error log, I see it is trying to look for them in the DocumentRoot/nagios. I have installed Nagios to /usr/local/nagiosp2.

Any help is greatly appreciated.

Jim
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: No images with --prefix install

Post by jsmurphy »

Where is apache looking to find Nagios? Check /etc/apache2/conf.d/nagios.cfg and see if that is pointing to a different location.
jamesonj
Posts: 2
Joined: Thu Mar 15, 2012 12:13 pm

Re: No images with --prefix install

Post by jamesonj »

I appears the problem was after I ran the make install-classicui it was not finding nagios/images/.. because the prefix should have been nagiosp1.
Locked