Add ethstat configuration for collectd

This commit is contained in:
Ivaylo Markov 2017-11-01 17:39:18 +02:00
parent 0d35b5c459
commit 9cd0a51957
1 changed files with 7 additions and 0 deletions

View File

@ -93,3 +93,10 @@ LoadPlugin exec
<Plugin exec>
Exec "nobody" "/usr/share/collectd/wlstats_gather.sh"
</Plugin>
LoadPlugin ethstat
<Plugin ethstat>
Interface "eth0"
Interface "eth1"
Interface "wlan0"
Interface "wlan1"
</Plugin>