Fix godeps for MQTT output and remove hostname setting

Closes #241
This commit is contained in:
Shirou WAKAYAMA
2015-10-05 11:07:41 +09:00
committed by Cameron Sparr
parent 7e96a9afda
commit 63e9a4ae68
267 changed files with 13039 additions and 48434 deletions

View File

@@ -9,6 +9,7 @@
- [#90](https://github.com/influxdb/telegraf/issues/90): Add Docker labels to tags in docker plugin
- [#223](https://github.com/influxdb/telegraf/pull/223): Add port tag to nginx plugin. Thanks @neezgee!
- [#227](https://github.com/influxdb/telegraf/pull/227): Add command intervals to exec plugin. Thanks @jpalay!
- [#241](https://github.com/influxdb/telegraf/pull/241): MQTT Output. Thanks @shirou!
- Memory plugin: cached and buffered measurements re-added
- Logging: additional logging for each collection interval, track the number
of metrics collected and from how many plugins.