Allow users to tell telegraf Agent not to include host tag

closes #848
This commit is contained in:
Cameron Sparr
2016-03-21 15:33:19 -06:00
parent 5917a42997
commit f543dbb42f
4 changed files with 25 additions and 10 deletions

View File

@@ -11,6 +11,7 @@
- [#866](https://github.com/influxdata/telegraf/pull/866): couchbase input plugin. Thanks @ljosa!
- [#789](https://github.com/influxdata/telegraf/pull/789): Support multiple field specification and `field*` in graphite templates. Thanks @chrusty!
- [#762](https://github.com/influxdata/telegraf/pull/762): Nagios parser for the exec plugin. Thanks @titilambert!
- [#848](https://github.com/influxdata/telegraf/issues/848): Provide option to omit host tag from telegraf agent.
### Bugfixes
- [#890](https://github.com/influxdata/telegraf/issues/890): Create TLS config even if only ssl_ca is provided.