If win stat buffer is empty, do not try to index

closes #1425
This commit is contained in:
Cameron Sparr
2016-08-09 07:23:22 +01:00
parent e457b7a8df
commit abcd19493e
2 changed files with 4 additions and 0 deletions

View File

@@ -126,6 +126,7 @@ consistent with the behavior of `collection_jitter`.
- [#1322](https://github.com/influxdata/telegraf/issues/1322): Fix rare RHEL 5.2 panic in gopsutil diskio gathering function.
- [#1586](https://github.com/influxdata/telegraf/pull/1586): Remove IF NOT EXISTS from influxdb output database creation.
- [#1600](https://github.com/influxdata/telegraf/issues/1600): Fix quoting with text values in postgresql_extensible plugin.
- [#1425](https://github.com/influxdata/telegraf/issues/1425): Fix win_perf_counter "index out of range" panic.
## v0.13.1 [2016-05-24]