From 9cd0a519570a953d183f0e0d0f4f8c1d9974174e Mon Sep 17 00:00:00 2001 From: Ivaylo Markov Date: Wed, 1 Nov 2017 17:39:18 +0200 Subject: [PATCH] Add ethstat configuration for collectd --- files/all/etc/collectd.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/files/all/etc/collectd.conf b/files/all/etc/collectd.conf index b2482fd..7dcad52 100644 --- a/files/all/etc/collectd.conf +++ b/files/all/etc/collectd.conf @@ -93,3 +93,10 @@ LoadPlugin exec Exec "nobody" "/usr/share/collectd/wlstats_gather.sh" +LoadPlugin ethstat + + Interface "eth0" + Interface "eth1" + Interface "wlan0" + Interface "wlan1" +