From 98a785b0778818ee40a79f1ca014de669f3fc0ec Mon Sep 17 00:00:00 2001 From: Lee Jaeyong Date: Mon, 13 Aug 2018 08:32:07 +0900 Subject: [PATCH] Remove duplicate "Network Interface" section from win_perf_counters config (#4547) --- etc/telegraf_windows.conf | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/etc/telegraf_windows.conf b/etc/telegraf_windows.conf index 54b7ee0e1..220944d42 100644 --- a/etc/telegraf_windows.conf +++ b/etc/telegraf_windows.conf @@ -205,20 +205,6 @@ Instances = ["_Total"] Measurement = "win_swap" - [[inputs.win_perf_counters.object]] - ObjectName = "Network Interface" - Instances = ["*"] - Counters = [ - "Bytes Sent/sec", - "Bytes Received/sec", - "Packets Sent/sec", - "Packets Received/sec", - "Packets Received Discarded", - "Packets Received Errors", - "Packets Outbound Discarded", - "Packets Outbound Errors", - ] - # Windows system plugins using WMI (disabled by default, using