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.txtCode: Select all
# cd /usr/local/nagiosxi/scripts
# ./reconfigure_nagios.sh &> reconfig.txtYou need to turn off your proxy for wget calls to localhost.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.
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