~stub/charm-telegraf:mysql

Last commit made on 2016-12-20
Get this branch:
git clone -b mysql 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
Repository:
lp:~stub/charm-telegraf

Recent commits

96c1b1a... by Stuart Bishop

Basic MySQL input plugin documentation

0644030... by Thomas Cuthbert

Added testing 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)