i am getting below error.
URL: http://localhost/nagiosql/index.php
CMDLINE
/usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies http://localhost/nagiosql/index.php --no-check-certificate --post-data 'Submit=Login&tfUsername=nagiosxi&tfPassword=n@gweb' -O nagiosql.login--2015-05-07 15:04:59-- http://localhost/nagiosql/index.php
Resolving proxy.intra.bt.com... 147.149.2.7
Connecting to proxy.intra.bt.com|147.149.2.7|:8080... connected.
Proxy request sent, awaiting response... 403 Forbidden
2015-05-07 15:04:59 ERROR 403: Forbidden.
NAGIOSQL LOGIN FAILED!
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
NagiosXI installation Error
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NagiosXI installation Error
Sounds like a prerequisite failed. Can you post your install.log file?
Have you tried to re-run the installer?
Have you tried to re-run the installer?
-
angurisudhakar
Re: NagiosXI installation Error
Please find the attachment.
You do not have the required permissions to view the files attached to this post.
Re: NagiosXI installation Error
Did you set up your proxy by following the steps, outlined on our FAQ wiki page?
http://support.nagios.com/wiki/index.ph ... th_Proxies
http://support.nagios.com/wiki/index.ph ... th_Proxies
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NagiosXI installation Error
Did you have to set an environmental variable to get to the Internet on this box?
Code: Select all
Resolving proxy.intra.bt.com... 147.149.2.7 Connecting to proxy.intra.bt.com|147.149.2.7|:8080... connected.
-
angurisudhakar
Re: NagiosXI installation Error
Yes.. Just i to am use export environment variable command for internet and dependent package installation .
-
angurisudhakar
Re: NagiosXI installation Error
Hi,
Please suggest me ,i have all the dependent rpm packages with me
my question is
1. if i run ./fullinstall it will take the dependent package again from the net.?
or
it will install normallly..?
Thanks,
Sudhakar Anguri
Please suggest me ,i have all the dependent rpm packages with me
my question is
1. if i run ./fullinstall it will take the dependent package again from the net.?
or
it will install normallly..?
Thanks,
Sudhakar Anguri
-
jdalrymple
- Skynet Drone
- Posts: 2620
- Joined: Wed Feb 11, 2015 1:56 pm
Re: NagiosXI installation Error
Re-running the install should work, however that proxy is going to be an issue. Is there any way you can give this box direct access to the Internet? If not we'll probably have to chat with the developers about how to get around that problem. We might have to unset those ENVs prior to some steps in the install/setup process, then reset them when done.