nagios-charmers team mailing list archive
-
nagios-charmers team
-
Mailing list archive
-
Message #00267
[Bug 1816638] Re: Nagios charm is not using juju-*proxy vars
*** This bug is a duplicate of bug 1807368 ***
https://bugs.launchpad.net/bugs/1807368
** This bug has been marked a duplicate of bug 1807368
Pagerduty script does not honor the juju-http(s)-proxy environment vars
--
You received this bug notification because you are a member of Nagios
Charm developers, which is subscribed to Nagios Charm.
https://bugs.launchpad.net/bugs/1816638
Title:
Nagios charm is not using juju-*proxy vars
Status in Nagios Charm:
New
Bug description:
I am using nagios-charm version: cs:nagios-27 revision: 0.
In a customer environment we have internet access only through a
proxy.
I want to avoid using the proxy for internal connections so I
configured the following param in model config:
juju model-config juju-http-proxy=http://PROXY
juju model-config juju-https-proxy=http://PROXY
juju model-config juju-no-proxy=127.0.0.1,localhost,::1,10.216.0.0/13
Nagios is not sending anymore events to pagerduty.
I then reset the juju-*proxy vars and I repeated the same steps using
the old juju model-config variables like this:
juju model-config http-proxy=http://PROXY
juju model-config https-proxy=http://PROXY
juju model-config no-
proxy=127.0.0.1,localhost,::1,10.216.5.2,10.216.5.3,10.216.5.4,....
and nagios sends again events to pagerduty
To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-charm/+bug/1816638/+subscriptions
References