Fix possible panic when file info cannot be gotten

closes #2061
This commit is contained in:
Cameron Sparr
2016-12-13 14:49:11 +00:00
parent 07684fb030
commit e097ae9632
2 changed files with 10 additions and 2 deletions

View File

@@ -27,6 +27,7 @@
- [#2146](https://github.com/influxdata/telegraf/issues/2146): Fix potential panic in aggregator plugin metric maker.
- [#1843](https://github.com/influxdata/telegraf/pull/1843) & [#1668](https://github.com/influxdata/telegraf/issues/1668): Add optional ability to define PID as a tag.
- [#1730](https://github.com/influxdata/telegraf/issues/1730): Fix win_perf_counters not gathering non-English counters.
- [#2061](https://github.com/influxdata/telegraf/issues/2061): Fix panic when file stat info cannot be collected due to permissions or other issue(s).
## v1.1.2 [2016-12-12]