Hi all<br>
<br>
I would liek to try out the filter with the next config:<br>
PostCacheChain &quot;PostCache&quot;<br>
&lt;Chain &quot;PostCache&quot;&gt;<br>
 &lt;Rule &quot;to_summpoller&quot;&gt;<br>
  &lt;Match &quot;regex&quot;&gt;<br>
     Host &quot;^<a href="http://name.server.com/" target="_blank">name.server.com</a>$&quot;<br>

     Plugin &quot;^snmp$&quot;<br>
     Type &quot;^current_connections$&quot;<br>
  &lt;/Match&gt;<br>
  &lt;Target &quot;write&quot;&gt;<br>
   Plugin &quot;rrdcached&quot;<br>
   Plugin &quot;network&quot;<br>
  &lt;/Target&gt;<br>

 &lt;/Rule&gt;<br>
 &lt;Target &quot;write&quot;&gt;<br>
  Plugin &quot;rrdcached&quot;<br>
 &lt;/Target&gt;<br>
&lt;/Chain&gt;<br>
<br>
I would like to send the data &quot;current_connections&quot; about the &quot;<a href="http://name.server.com/" target="_blank">name.server.com</a>&quot;
to the server via network plugin, and all datas of all hosts store locally (rrdcached). But with this
config the client sends all datas about every host to the server via network plugin. (The rrdcached works well.)<br>It seems the collectd ignore this config.<br>

<br>
How could I filter the network plugin?<br><br>Thank you.<br><br>Regards,<br><br>Janos Prepuk<br><br>