Use C locale when running sadf (#2690)

fixes #1911
This commit is contained in:
Daniel Nelson
2017-04-21 10:55:54 -07:00
committed by GitHub
parent 38e1c1de77
commit da0773151b
3 changed files with 30 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ be deprecated eventually.
- [#2671](https://github.com/influxdata/telegraf/issues/2671): The internal input plugin uses the wrong units for `heap_objects`
- [#2684](https://github.com/influxdata/telegraf/pull/2684): Fix ipmi_sensor config is shared between all plugin instances
- [#2450](https://github.com/influxdata/telegraf/issues/2450): Network statistics not collected when system has alias interfaces
- [#1911](https://github.com/influxdata/telegraf/issues/1911): Sysstat plugin needs LANG=C or similar locale
## v1.2.1 [2017-02-01]