From e09285f1e11970c543b55fa50d17e9fc6ec7a108 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Tue, 29 Oct 2019 13:02:55 -0600 Subject: [PATCH] support older network interface naming KIND uses the older network interface naming standard. Other operating system images may as well. Adding support for 'eth' network interface naming prefix. Signed-off-by: David Lyle --- metrics/collectd/collectd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/metrics/collectd/collectd.conf b/metrics/collectd/collectd.conf index b0b3c87..f2e24ef 100644 --- a/metrics/collectd/collectd.conf +++ b/metrics/collectd/collectd.conf @@ -23,6 +23,7 @@ LoadPlugin df Interface "/^ens/" Interface "/^enp/" Interface "/^em/" + Interface "/^eth/" IgnoreSelected false