Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix translating snmp fields not in MIB #1846

Merged
merged 1 commit into from
Oct 4, 2016
Merged

fix translating snmp fields not in MIB #1846

merged 1 commit into from
Oct 4, 2016

Conversation

phemmer
Copy link
Contributor

@phemmer phemmer commented Oct 4, 2016

Required for all PRs:

  • CHANGELOG.md updated (we recommend not updating this until the PR has been approved by a maintainer)
  • Sign CLA (if not already signed)

Fixes #1833

@@ -51,6 +51,7 @@
- [#1738](https://github.com/influxdata/telegraf/issues/1738): Fix unmarshal of influxdb metrics with null tags.
- [#1773](https://github.com/influxdata/telegraf/issues/1773): Add configurable timeout to influxdb input plugin.
- [#1785](https://github.com/influxdata/telegraf/pull/1785): Fix statsd no default value panic.
- [#1833](https://github.com/influxdata/telegraf/issues/1833): Fix translating SNMP fields not in MIB.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put this into 1.1.0, 1.0.1 only gets select cherry picks

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@phemmer
Copy link
Contributor Author

phemmer commented Oct 4, 2016

Pushed an update to also handle partially found OIDs. Such as .iso.2.3. The .iso will be found, but .2.3 will not be.

@sparrc sparrc merged commit 9feb639 into influxdata:master Oct 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants