~ubuntuone-hackers/charms/+source/telegraf:master

Last commit made on 2017-02-22
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntuone-hackers/charms/+source/telegraf
Members of Ubuntu One hackers can upload to this branch. Log in for directions.

Branch merges

Branch information

Recent commits

04c2039... by Shawn Wang

Restart telegraf after configuring plugins (lp:1614830)

Pulling the fix from the upstream charm.
https://git.launchpad.net/telegraf-charm/commit/?id=6ff8ad5fb5c4b7088310ff1eb043f03679640a06

603c43d... by Guillermo Gonzalez

- backport postgresql allowed_units fix from oficial charm
- fix exec_input method to delete config when for some reason (e.g:
  leadership change) there are no commands to execute

8afe97c... by Casey Marshall

Use default or derived prometheus port if not globally configured.

88c4b4f... by Guillermo Gonzalez

- add .pmr-merge-hook, to run test on merge via pmr
- add TODO file with missing/nice to have features

772bb59... by Guillermo Gonzalez

set use_venv and include_system_packages to true, to isolate
dependencies from main charm

Merged branch ~verterok/charms/+source/telegraf:use-venv
3927843... by Guillermo Gonzalez

- add tests for new prometheus_output_port config and helper methods:
get_prometheus_port and check_port
- add support to extra_options in global prometheus output config
- skip prometheus_client config via relation if already configured
  globally, but still set the relation information
- use check_port in prometheus_client relation handler

97c4164... by Jacek Nykis

Add prometheus_output_port config option so that users can enable prometheus output without need to understand configuration format for telegraf. A few pep8/pyflakes fixes

b60b16b... by Guillermo Gonzalez

fix handling of exec relation without a commands dict set in telegraf-exec interface

d3c5c3a... by Guillermo Gonzalez

fix base64 backward-compat support

8b77ef9... by Guillermo Gonzalez

support in/outputs_config as bas64 for the upgrade case to avoid a hook
error