try to fix collectd to not log all virtaul interfaces. ^vnet does not always work

This commit is contained in:
Stephen Smoogen 2021-07-05 08:27:41 -04:00
parent 1893bac187
commit dc0df6a285

View file

@ -44,6 +44,7 @@ LoadPlugin vmem
<Plugin "interface"> <Plugin "interface">
Interface "/^veth/" Interface "/^veth/"
Interface "/^vnet/" Interface "/^vnet/"
Interface "/vnet/"
IgnoreSelected true IgnoreSelected true
</Plugin> </Plugin>