Can not do updates

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

Can not do updates

Post by Kimba7070 »

http_proxy=192.168.120.50:3128 this are current setting

Do we need to set https_proxy and ftp_proxy?
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Can not do updates

Post by tmcdonald »

I would read over the following so you're aware of the limitations introduced with using proxies:

http://support.nagios.com/wiki/index.ph ... th_Proxies

Specifically the "Update Check Behind a Proxy" section.
Former Nagios employee
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

Re: Can not do updates

Post by Kimba7070 »

can you please provide an Linux prompt command for updates .

we like to eliminate the nagios GUI interface issue
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Can not do updates

Post by slansing »

We cannot offer a single command to do this, the directions in the FAQ are quite easy to follow, if you have issues making them, or trying to upgrade afterwards please let us know.
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

Re: Can not do updates

Post by Kimba7070 »

This is the message that I am receiving

Update Check Problem: Last update check failed.

Latest Available Version: 2012R2.5
Installed Version: 2012R2.5
Last Update Check: 2014-02-26 14:57:55

Last Updated: 2014-02-26 14:57:55
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Can not do updates

Post by sreinhardt »

Do you have the proxy configured for wget? The web and manual upgrade commands\scripts will both use this, and it appears you may not have set it to understand that you have a web proxy.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Kimba7070
Posts: 34
Joined: Sat Oct 12, 2013 1:20 pm

Re: Can not do updates

Post by Kimba7070 »

File yum.conf has the following line:
proxy=http://192.168.120.50:3128

File wgetrc has the following line:
http_proxy=192.168.120.50:3128

Env variable set:
http_proxy=192.168.120.50:3128
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Can not do updates

Post by slansing »

Okay that may or may not be related, are you able to actually download the xi-latest.tar.gz and update it from the command line?:

http://assets.nagios.com/downloads/nagi ... ctions.pdf
Locked