snmp: support table indexes as tags (#2366)

This commit is contained in:
Patrick Hemmer
2017-03-24 15:06:52 -04:00
committed by Daniel Nelson
parent 1402c158b7
commit 995546e7c6
4 changed files with 32 additions and 8 deletions

View File

@@ -58,6 +58,7 @@ be deprecated eventually.
- [#1678](https://github.com/influxdata/telegraf/pull/1678): Add AMQP consumer input plugin
- [#2501](https://github.com/influxdata/telegraf/pull/2501): Support DEAD(X) state in system input plugin.
- [#2522](https://github.com/influxdata/telegraf/pull/2522): Add support for mongodb client certificates.
- [#1948](https://github.com/influxdata/telegraf/pull/1948): Support adding SNMP table indexes as tags.
### Bugfixes