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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
devinacosta
Posts: 21
Joined: Mon Jun 11, 2012 11:57 am

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

Post 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?
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

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

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked