Page 1 of 1

404 NOT FOUND: requested URL /nagiosbp

Posted: Mon Dec 12, 2011 10:07 pm
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.

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Tue Dec 13, 2011 3:50 pm
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.

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Thu Dec 15, 2011 7:50 pm
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

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Fri Dec 16, 2011 4:16 pm
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...

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Mon Dec 19, 2011 4:39 am
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

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Mon Dec 19, 2011 10:21 am
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

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Tue Jan 03, 2012 4:31 am
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!

Re: 404 NOT FOUND: requested URL /nagiosbp

Posted: Tue Jan 03, 2012 9:58 am
by scottwilkerson
Glad to hear you got it fixed.