Alternate SNMP plugin (#1389)

* Add a new and improved snmp plugin

* update gosnmp for duplicate packet fix

https://github.com/soniah/gosnmp/issues/68
https://github.com/soniah/gosnmp/pull/69
This commit is contained in:
Patrick Hemmer
2016-08-22 11:37:53 -04:00
committed by Cameron Sparr
parent b022b5567d
commit 7fac74919c
9 changed files with 1671 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ consistent with the behavior of `collection_jitter`.
- [#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
- [#1543](https://github.com/influxdata/telegraf/pull/1543): Official Windows service.
- [#1414](https://github.com/influxdata/telegraf/pull/1414): Forking sensors command to remove C package dependency.
- [#1389](https://github.com/influxdata/telegraf/pull/1389): Add a new SNMP plugin.
### Bugfixes