We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789a2b0 commit ef8b8cfCopy full SHA for ef8b8cf
1 file changed
bin/v-update-sys-rrd-net
@@ -41,7 +41,7 @@ ifaces=$(echo "$ndev" |grep : |cut -f 1 -d : | sed "s/ //g")
41
42
# Parsing excludes
43
if [ -z "$RRD_IFACE_EXCLUDE" ]; then
44
- RRD_IFACE_EXCLUDE='lo'
+ RRD_IFACE_EXCLUDE='lo,docker0,br-.*,veth.*'
45
fi
46
for exclude in $(echo ${RRD_IFACE_EXCLUDE//,/ }); do
47
ifaces=$(echo "$ifaces" |grep -vw "$exclude" )
0 commit comments