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.
404 NOT FOUND: requested URL /nagiosbp
Re: 404 NOT FOUND: requested URL /nagiosbp
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.
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!
Re: 404 NOT FOUND: requested URL /nagiosbp
lmiltchev, thanks and hope to hear positive result soon. 
it is one of the feature the client is most interested in. God bless.
rose
it is one of the feature the client is most interested in. God bless.
rose
Re: 404 NOT FOUND: requested URL /nagiosbp
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:
and then you install the perl module you found by running "search":
Code: Select all
yum search perl-JSON-XSCode: Select all
yum install -y perl_JSON-XS...Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: 404 NOT FOUND: requested URL /nagiosbp
hi,
i run the
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
No package perl_JSON-XS* available.
Error: Nothing to do
i run the
and this is the returnlmiltchev wrote:Code: Select all
yum search perl-JSON-XS
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
Setting up Install Processlmiltchev wrote:Code: Select all
yum install -y perl_JSON-XS...
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
Let's run the following:
and then to re-install the BPA:
Code: Select all
yum install -y perl-JSON-XS.i686
yum install -y perl-JSON-XS-VersionOneAndTwo.noarch
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
scottwilkerson wrote:Let's run the following:
and then to re-install the BPA:Code: Select all
yum install -y perl-JSON-XS.i686 yum install -y perl-JSON-XS-VersionOneAndTwo.noarchCode: 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
Glad to hear you got it fixed.