~stub/charm-telegraf:mysql-input-tests

Last commit made on 2016-12-19
Get this branch:
git clone -b mysql-input-tests https://git.launchpad.net/~stub/charm-telegraf
Only Stuart Bishop can upload to this branch. If you are Stuart Bishop please log in for upload directions.

Branch merges

Branch information

Name:
mysql-input-tests
Repository:
lp:~stub/charm-telegraf

Recent commits

46e9fa6... by Thomas Cuthbert

Fixed bugs causing tests to fail due to a bad setup of environment

96f5b27... by Thomas Cuthbert

Unit and integration tests for mysql input

31bbb84... by Thomas Cuthbert

Dynamic mysql input plugin

This commit introduces a dynamic mysql input plugin.
It is similar to the postgresql input plugin in that it will connect to
the mysql database on relation.

b9e99b7... by Stuart Bishop

[stub] README.md typo corrections

68286d4... by Tim Kuhlman

[kuhlmant,r=stub] Remove netifaces, it is no longer needed by promreg.

Also fixed prometheus registration so it runs on any config change not just the prometheus port changing.

579abb0... by Stuart Bishop

Pass $HOME to tests, required if $JUJU_HOME is not set

b219d87... by Tim Kuhlman

[kuhlmant,r=stub] Default to totalcpu collection not percpu

d47e804... by Stuart Bishop

Embed netifaces library for trusty support

4dda596... by Stuart Bishop

Missing integration test dependency

d7954ce... by Stuart Bishop

Ignore E402 lint warning (import not at top)