<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.3">
</HEAD>
<BODY>
<BR>
The following Chain is supposed to filter out all Loopback interfaces while all others are forwarded to rrdtool plugin.<BR>
Unfortunately, I am doing something wrong, and cannot figure out where is the problem. <BR>
Please help. <BR>
<BR>
&lt;Chain &quot;Main&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Rule &quot;ignore_Loopback&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Match &quot;regex&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Plugininstance &quot;^snmp$&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TypeInstance &quot;Loopback&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Match&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Target &quot;stop&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Rule&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #################################################3<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # default target<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Target &quot;write&quot;&gt;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Plugin &quot;rrdtool&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Target&gt;<BR>
&lt;/Chain&gt;<BR>
<BR>
<BR>
<BR>
<BR>
On Sat, 2009-08-15 at 16:47 +0200, Mariusz Gronczewski wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
2009/8/15 Domagoj Mikac &lt;<A HREF="mailto:domagoj.mikac@metronet.hr">domagoj.mikac@metronet.hr</A>&gt;:
&gt; Hi,
&gt;
&gt; I'am using a snmp plugin to collect traffic statistics from network
&gt; interfaces in our network.
&gt;
&gt; In situations when using a Table parametar = true, the plugin simply walks
&gt; all interfaces.
&gt; In my case it is about 1000 interfaces on a single device, and I would like
&gt; to collect snmp data from only 100 interfaces.
&gt;
&gt; So my question is, is it possible to filter out some of the interfaces in
&gt; SNMP Plugin for collectd.
&gt; More precisely I would like to exclude all the interfaces that contain
&gt; expression &quot;vlan&quot; in their description.
&gt;
&gt; Currently I'm using a following configuration:
&gt;
&gt; &nbsp;&nbsp;&nbsp; &lt;Data &quot;unicast_traffic64&quot;&gt;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Type &quot;if_octets64&quot;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Table true
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Instance &quot;IF-MIB::ifDescr&quot;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Values &quot;IF-MIB::ifHCInOctets&quot; &quot;IF-MIB::ifHCOutOctets&quot;
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Scale 8
&gt; &nbsp;&nbsp; &lt;/Data&gt;
&gt;
&gt;
Hi

dunno if u can do it in snmp plugin but u can do it using filters
<A HREF="http://collectd.org/wiki/index.php/Chains">http://collectd.org/wiki/index.php/Chains</A>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>