Page 2 of 2
Re: Backend login to the Core Config Manager failed
Posted: Tue Nov 22, 2011 3:08 pm
by lmiltchev
aap,
You don't have any valuable info in your "reconfig.txt" file. Try again:
Code: Select all
# cd /usr/local/nagiosxi/scripts
# ./reconfigure_nagios.sh &> reconfig.txt
Post the "reconfig.txt".
Re: Backend login to the Core Config Manager failed
Posted: Wed Nov 23, 2011 3:56 am
by aap
Sorry about that. Please see file attached.
Moderator Note: File deleted at user request
Re: Backend login to the Core Config Manager failed
Posted: Wed Nov 23, 2011 12:51 pm
by mguthrie
Resolving xxxxxxxx.xxxxxxxx...
http://WWW.XXX.YYY.ZZZ
Connecting to xxxxxxxx.xxxxxxxx|WWW.XXX.YYY.ZZZ|:AAAA... connected.
Proxy request sent, awaiting response... 400 Bad Request
2011-11-23 08:53:47 ERROR 400: Bad Request.
You need to turn off your proxy for wget calls to localhost.
http://support.nagios.com/wiki/index.ph ... th_Proxies
Moderator Note: Info removed at user request
Re: Backend login to the Core Config Manager failed
Posted: Fri Nov 25, 2011 4:31 am
by aap
Thanks issue resolved.
In /etc/wgetrc :
Code: Select all
http_proxy=http://myname:mypass@someproxyserver:port/ # All in one string this time
no_proxy=localhost,127.0.0.0/8,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 # Hosts to exclude from proxying