Proxy setting issue while applying configuration

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Proxy setting issue while applying configuration

Post by jyoti22 »

Hi Team,
I use proxy server setting on nagios for internet. However when ever I do apply modification while proxy enabled, I get error applying configuration. And when I do disabled the proxy setting , configuration applies successfully.
Do anyone knows why it happens. Thanks.
bolson

Re: Proxy setting issue while applying configuration

Post by bolson »

Can you tell us the exact error you're receiving please? Thank you!
jyoti22
Posts: 254
Joined: Mon Mar 23, 2015 4:50 am

Re: Proxy setting issue while applying configuration

Post by jyoti22 »

Please find attached screenshots and help to resolve the issue. We do not have direct internet access. have to use internet via proxy.
You do not have the required permissions to view the files attached to this post.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: Proxy setting issue while applying configuration

Post by mcapra »

This KB article might be useful:
https://support.nagios.com/kb/article.php?id=147

I think the wgetrc configuration mentioned is relevant for the "Apply Configuration" functionality.
Former Nagios employee
https://www.mcapra.com/
bolson

Re: Proxy setting issue while applying configuration

Post by bolson »

Thank you mcapra, also, look in your /etc/hosts file and make sure the line that begins with 127.0.0.1 is immediately followed by "localhost" by itself. Like this:

Code: Select all

127.0.0.1    localhost   localhost.localdomain.....
Locked