404 NOT FOUND: requested URL /nagiosbp

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
riredondo
Posts: 49
Joined: Thu Sep 08, 2011 9:04 pm

404 NOT FOUND: requested URL /nagiosbp

Post by riredondo »

hello all,

i wanted to try the nagios business process addon aside from the bpi, so i downloaded Nagios XI – Business Process Integration.pdf and follow the instructions. but, when the installation is complete and try to access the nagios bp url there is 404 error.. anyone help me please to resolve this? am working on an urgent project and i really need to make this add on work. thanks in advance.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by lmiltchev »

riredondo,

We confirmed the issue and will be taking a closer look at it. As soon as we find a possible solution, we will let you know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
riredondo
Posts: 49
Joined: Thu Sep 08, 2011 9:04 pm

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by riredondo »

lmiltchev, thanks and hope to hear positive result soon. :)
it is one of the feature the client is most interested in. God bless.

rose
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by lmiltchev »

I believe we found the problem and we are currently working on it. Meanwhile, you can try running this commands from a terminal (as root) and see if this is going to fix your problem:

Code: Select all

 yum search perl-JSON-XS
and then you install the perl module you found by running "search":

Code: Select all

yum install -y perl_JSON-XS...
Be sure to check out our Knowledgebase for helpful articles and solutions!
riredondo
Posts: 49
Joined: Thu Sep 08, 2011 9:04 pm

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by riredondo »

hi,

i run the
lmiltchev wrote:Code: Select all
yum search perl-JSON-XS
and this is the return
perl-JSON-XS.i686 : Perl module that implements JSON serialising/deserialising
perl-JSON-XS-VersionOneAndTwo.noarch : Support versions 1 and 2 of JSON::XS

then, i run the
lmiltchev wrote:Code: Select all
yum install -y perl_JSON-XS...
Setting up Install Process
No package perl_JSON-XS* available.
Error: Nothing to do
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by scottwilkerson »

Let's run the following:

Code: Select all

yum install -y perl-JSON-XS.i686
yum install -y perl-JSON-XS-VersionOneAndTwo.noarch
and then to re-install the BPA:

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/scripts/NagiosXI-BPA.sh
chmod +x NagiosXI-BPA.sh
./NagiosXI-BPA.sh
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Lantech
Posts: 7
Joined: Mon Jan 02, 2012 3:43 am

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by Lantech »

scottwilkerson wrote:Let's run the following:

Code: Select all

yum install -y perl-JSON-XS.i686
yum install -y perl-JSON-XS-VersionOneAndTwo.noarch
and then to re-install the BPA:

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/scripts/NagiosXI-BPA.sh
chmod +x NagiosXI-BPA.sh
./NagiosXI-BPA.sh


We had the same problem but this fixed it! Thanks allot!
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: 404 NOT FOUND: requested URL /nagiosbp

Post by scottwilkerson »

Glad to hear you got it fixed.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked