Page 1 of 1

Nagios BPI Tool

Posted: Wed Jul 27, 2016 7:54 am
by nishith
I'm trying to configure Nagios BPI Tool from below URL.

https://exchange.nagios.org/directory/A ... 29/details

After unzipping "nagiosbpi.zip" file, I've followed INSTALL document, which shows below instructions.
############################################################
-Download and unzip the nagios.zip into your /tmp directory
-Copy the nagiosbpi folder inside of your Nagios directory or your preferred location that is accessible by your webserver. (depends on your distribution).
cd /<your_nagiosbpi_location>/nagiosbpi

-Execute the permissions script as the root user:
chmod +x set_bpi_perms.sh
./set_bpi_perms.sh


-Edit the contents of the constants.conf file to match your directory locations. (Use absolute locations)

-Launch Nagios BPI from your web browser http://<yourserver>/nagios/nagiosbpi

-Start creating new bpi groups using the built-in configuration tools.
############################################################

Here, I don't find set_bpi_perms.sh file...!!!

Please Guide,
Nishith N.Vyas

Re: Nagios BPI Tool

Posted: Wed Jul 27, 2016 2:03 pm
by mcapra
You should be able to execute the following commands in place of that script (make sure you're in the right directory):

Code: Select all

chmod 777 bpi.conf
chmod -R 777 tmp
chmod +x check_bpi.php 
However, I am able to see this script just fine after downloading the package from sourceforge:
https://sourceforge.net/code-snapshots/ ... -trunk.zip

Re: Nagios BPI Tool

Posted: Thu Jul 28, 2016 4:42 am
by nishith
Finally, I found NagiosBPI working on Nagios Core 4.1 and mentioned all steps on my blog. Please have a look of below URL.

View my blog:

http://nagiossolutions.blogspot.in/

-Nishith

Re: Nagios BPI Tool

Posted: Thu Jul 28, 2016 9:03 am
by mcapra
Thanks for sharing your work! Is it alright if we lock this thread and mark the issue as resolved?

Re: Nagios BPI Tool

Posted: Thu Jul 28, 2016 12:41 pm
by nishith
Of Course.
Thanks for everything to resolve my queries,


Nishith