Proxy issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sekhar896
Posts: 1
Joined: Mon Feb 06, 2017 9:50 am

Proxy issue

Post by sekhar896 »

Hi Team,

I am facing an issue while installing Nagios via source file. Here is error:

=============================
NOTE: If prompted, enter the MySQL root password
NagiosQL database appears OK - continuing...
NDOUtils database appears OK - continuing...
Found config files to import - continuing...
URL: http://localhost/nagiosxi/includes/components/ccm/
CMDLINE
/usr/bin/wget --save-cookies nagiosql.cookies --keep-session-cookies http://localhost/nagiosxi/includes/components/ccm/ --no-check-certificate --post-data 'submit=Login&hidelog=true&loginSubmitted=true&backend=1&username=nagiosxi&password=n@gweb' -O nagiosql.login--2017-02-06 03:46:38-- http://localhost/nagiosxi/includes/components/ccm/
Resolving proxyanbcge.nbc.com... 10.40.32.20
Connecting to proxyanbcge.nbc.com|10.40.32.20|:80... connected.
Proxy request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2017-02-06 03:46:39-- (try: 2) http://localhost/nagiosxi/includes/components/ccm/
Connecting to proxyanbcge.nbc.com|10.40.32.20|:80... connected.
Proxy request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

--2017-02-06 03:46:41-- (try: 3) http://localhost/nagiosxi/includes/components/ccm/
Connecting to proxyanbcge.nbc.com|10.40.32.20|:80... connected.
Proxy request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

=============================

Could someone please check and let me know the config file that has to be edited.

Thanks,
Chandra L
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Proxy issue

Post by dwhitfield »

Two files need to be edited /etc/yum.conf and /etc/wgetrc

There is an alternative solution and additional detail provided at https://support.nagios.com/kb/article.php?id=147

Please note the final section in that article which briefly covers XI functioning behind a proxy.
Locked