snmp: use a shared global translation cache

Prevents the same data from being looked up multiple times. Also prevents multiple simultaneous lookups.

closes #2115
closes #2104
This commit is contained in:
Patrick Hemmer
2016-12-01 23:45:37 -05:00
committed by Cameron Sparr
parent 91143dda1a
commit b58926dd26
3 changed files with 196 additions and 49 deletions

View File

@@ -26,6 +26,7 @@
### Bugfixes
- [#2007](https://github.com/influxdata/telegraf/issues/2007): Make snmptranslate not required when using numeric OID.
- [#2104](https://github.com/influxdata/telegraf/issues/2104): Add a global snmp translation cache.
## v1.1.1 [2016-11-14]