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
Nagios BPI Tool
Re: Nagios BPI Tool
You should be able to execute the following commands in place of that script (make sure you're in the right directory):
However, I am able to see this script just fine after downloading the package from sourceforge:
https://sourceforge.net/code-snapshots/ ... -trunk.zip
Code: Select all
chmod 777 bpi.conf
chmod -R 777 tmp
chmod +x check_bpi.php
https://sourceforge.net/code-snapshots/ ... -trunk.zip
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Nagios BPI Tool
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
View my blog:
http://nagiossolutions.blogspot.in/
-Nishith
Re: Nagios BPI Tool
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/
https://www.mcapra.com/
Re: Nagios BPI Tool
Of Course.
Thanks for everything to resolve my queries,
Nishith
Thanks for everything to resolve my queries,
Nishith