Nagios BPI Tool

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
nishith
Posts: 28
Joined: Thu Jul 12, 2012 3:45 am

Nagios BPI Tool

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios BPI Tool

Post 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
Former Nagios employee
https://www.mcapra.com/
nishith
Posts: 28
Joined: Thu Jul 12, 2012 3:45 am

Re: Nagios BPI Tool

Post 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
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Nagios BPI Tool

Post by mcapra »

Thanks for sharing your work! Is it alright if we lock this thread and mark the issue as resolved?
Former Nagios employee
https://www.mcapra.com/
nishith
Posts: 28
Joined: Thu Jul 12, 2012 3:45 am

Re: Nagios BPI Tool

Post by nishith »

Of Course.
Thanks for everything to resolve my queries,


Nishith
Locked