Page 1 of 1
Using proxy in Nagios Xi
Posted: Tue Sep 04, 2012 6:45 am
by Bogdan_B
Hi,
My Nagios Xi is trying to contact directly to Internet for 50.116.21.73:80 (Nagios Xi website ) and I would like to use proxy for this. I put my proxy in CentOS system and I modified /etc/yum.conf and /etc/wgetrc with my proxy but no success.
Kind regards,
Bogdan
Re: Using proxy in Nagios Xi
Posted: Tue Sep 04, 2012 10:47 am
by mguthrie
The following is a component that allows the update check to work for *most* proxy systems.
http://assets.nagios.com/downloads/nagi ... /proxy.zip
You'll need to set your http_proxy environment variable, since the request uses curl underneath the hood to check for updates. Here's a decent tutorial on setting that up. Note that we don't support proxy setup itself, you'll ultimately be responsible to get that aspect working correctly.
http://www.cyberciti.biz/faq/linux-unix ... -variable/
Re: Using proxy in Nagios Xi
Posted: Wed Sep 05, 2012 7:01 am
by Bogdan_B
Hi,
Thank you for the answer. So, the traffic which was identified between my Nagios and 50.116.21.73:80 (Nagios Xi website ) is only to check for new updates right? If so, can I stop somehow ? I would like to do this manually.
Cheers,
Bogdan
Re: Using proxy in Nagios Xi
Posted: Wed Sep 05, 2012 8:48 am
by lmiltchev
Go to Admin->Manage System Config, and clear the "Automatically Check for Updates" check-mark box.
Hope this helps.