From 35d6d17989ed3411a024763fa0bc7c0eefb74f86 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Thu, 20 Apr 2017 15:33:54 -0700 Subject: [PATCH] Add fix for network aliases to changelog Change was made in gopsutil --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b19c3785a..626a9ef93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -109,6 +109,7 @@ be deprecated eventually. - [#2649](https://github.com/influxdata/telegraf/pull/2649): Improve performance of diskio with many disks - [#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 ## v1.2.1 [2017-02-01]