Page 1 of 1

CentOS 6 (64bit-) VMWare Image / Business Process View

Posted: Fri Jun 15, 2012 11:37 am
by devinacosta
I am using the CentOS 6 (64-bit) VMware image, and I noticed that the BPI CGI's don't appear to be in the image? When I click on Business Process View or Business Process Impact, I get the error message of:


Not Found

The requested URL /nagiosbp/cgi-bin/nagios-bp.cgi was not found on this server.
Apache/2.2.15 (CentOS) Server at nagiosxi.domain.internal Port 80

Any ideas?

Re: CentOS 6 (64bit-) VMWare Image / Business Process View

Posted: Fri Jun 15, 2012 1:55 pm
by lmiltchev
It seems like bpi hasn't been installed.

Download the Nagios BPI Add on:
http://assets.nagios.com/downloads/exch ... iosbpi.zip

Use the Admin->Manage Components page to upload and install the component.

Run the following commands as root to set the proper permissions for the component:

Code: Select all

cd /usr/local/nagiosxi/html/includes/components/nagiosbpi/
chmod +x set_bpi_perms.sh
./set_bpi_perms.sh
You can review our documentation on the topic here

Hope this helps.