Skip to content

Commit f69b19c

Browse files
authored
Merge pull request hestiacp#1182 from xtrime-ru/docker-rrd
Hide docker networks from task monitor
2 parents cb08dfd + ef8b8cf commit f69b19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-sys-rrd-net

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ifaces=$(echo "$ndev" |grep : |cut -f 1 -d : | sed "s/ //g")
4141

4242
# Parsing excludes
4343
if [ -z "$RRD_IFACE_EXCLUDE" ]; then
44-
RRD_IFACE_EXCLUDE='lo'
44+
RRD_IFACE_EXCLUDE='lo,docker0,br-.*,veth.*'
4545
fi
4646
for exclude in $(echo ${RRD_IFACE_EXCLUDE//,/ }); do
4747
ifaces=$(echo "$ifaces" |grep -vw "$exclude" )

0 commit comments

Comments
 (0)