kernel: use strconv.ParseInt instead of strconv.Atoi

closes #1258
This commit is contained in:
Cameron Sparr
2016-05-25 12:07:47 +01:00
parent 5f3a91bffd
commit 58f2ba1247
2 changed files with 7 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ time before a new metric is included by the plugin.
- [#1252](https://github.com/influxdata/telegraf/pull/1252): Fix systemd service. Thanks @zbindenren!
- [#1221](https://github.com/influxdata/telegraf/pull/1221): Fix influxdb n_shards counter.
- [#1258](https://github.com/influxdata/telegraf/pull/1258): Fix potential kernel plugin integer parse error.
## v0.13.1 [2016-05-24]