Backend login to the Core Config Manager failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Backend login to the Core Config Manager failed

Post 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".
Be sure to check out our Knowledgebase for helpful articles and solutions!
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: Backend login to the Core Config Manager failed

Post by aap »

Sorry about that. Please see file attached.

Moderator Note: File deleted at user request
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Backend login to the Core Config Manager failed

Post 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
aap
Posts: 180
Joined: Wed Oct 12, 2011 4:01 am

Re: Backend login to the Core Config Manager failed

Post 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
Locked