On Wed, Jun 17, 2015 at 5:40 AM, Markus "Shorty" Uckelmann
<sho...@koeln.de> wrote:
> Hi all,
>
> I tried this Interface config in Collectd 5.4:
>
> <Plugin "interface">
>     Interface 'veth*'
>     IgnoreSelected true
> </Plugin>
>
> I want to exclude all devices beginning with veth. But this doens't work.
> Can the plugin even work with wildcards?

It works with a regex.  Try the following:

<Plugin interface>
    Interface "/^veth*/"
    IgnoreSelected true
</Plugin>

-Giovanni

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to