~telegraf-charmers/charm-telegraf:fix_juju1

Last commit made on 2018-06-14
Get this branch:
git clone -b fix_juju1 https://git.launchpad.net/~telegraf-charmers/charm-telegraf
Members of Telegraf Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
fix_juju1
Repository:
lp:~telegraf-charmers/charm-telegraf

Recent commits

f10799e... by Junien F

fix for juju1 and bare-metal servers

8d4b141... by Alvaro Uria

LP#1775062 Fix regression at 2920829

Reviewed-on: https://code.launchpad.net/~aluria/telegraf-charm/+git/telegraf-charm/+merge/347481
Reviewed-by: Thomas Cuthbert <email address hidden>

cf03891... by Thomas Cuthbert

Added netifaces package to test_requirements

9081567... by Alvaro Uria

LP#1775062 Fix regression at 2920829

  get_remote_unit_name could return an incorrect principal unit name.

  Use JUJU_PRINCIPAL_NAME juju env var to determine the unit telegraf
  is related to.

  If such env var is not available, check if private-address is part of
  the units' IPv4/IPv6 addresses.

  It is not likely to have smooshed telegraf units on the same scope
  (ie. container) as open-port would fail

c6193e2... by David Lawson

Add bionic support.

Reviewed-on: https://code.launchpad.net/~deej/telegraf-charm/+git/bionic/+merge/344492
Reviewed-by: Tom Haddon <email address hidden>

b3916ad... by David Lawson

Merge branch 'master' of https://git.launchpad.net/telegraf-charm

17b1e42... by David Lawson

Add bionic support

5cb41a2... by Stuart Bishop

Stop accessing non-existant attribute on postgresql endpoint

9bdf897... by Alvaro Uria

Merge remote-tracking branch 'aluria/remote-unit-name'

3695792... by Xav Paice

Updates to alerting rules, fix review comments