← Back to team overview

nagios-charmers team mailing list archive

[Bug 1989032] [NEW] pagerduty cron job doesn't update proxy when proxy IP is changed

 

Public bug reported:

Nagios gets proxy IP from environment variable. When proxy is changed,
pagetduty cron job (/etc/cron.d/nagios-pagerduty-flush) is not updated


        proxy = env.get("JUJU_CHARM_HTTPS_PROXY") or env.get("https_proxy")
        proxy_switch = "--proxy {}".format(proxy) if proxy else ""

** Affects: charm-nagios
     Importance: Medium
         Status: Confirmed

** Changed in: charm-nagios
       Status: New => Confirmed

** Changed in: charm-nagios
   Importance: Undecided => Medium

** Summary changed:

- nagios pagerduty cron job doesn't update when proxy IP is changed
+ pagerduty cron job doesn't update proxy when proxy IP is changed

-- 
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/1989032

Title:
  pagerduty cron job doesn't update proxy when proxy IP is changed

Status in Nagios Charm:
  Confirmed

Bug description:
  Nagios gets proxy IP from environment variable. When proxy is changed,
  pagetduty cron job (/etc/cron.d/nagios-pagerduty-flush) is not updated

  
          proxy = env.get("JUJU_CHARM_HTTPS_PROXY") or env.get("https_proxy")
          proxy_switch = "--proxy {}".format(proxy) if proxy else ""

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-nagios/+bug/1989032/+subscriptions



Follow ups