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?
CentOS 6 (64bit-) VMWare Image / Business Process View
-
devinacosta
- Posts: 21
- Joined: Mon Jun 11, 2012 11:57 am
Re: CentOS 6 (64bit-) VMWare Image / Business Process View
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:
You can review our documentation on the topic here
Hope this helps.
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.shHope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!