<div dir="ltr">Hi everyone!<div><br></div><div>I've created the following configurationg with the goal of writing swapping metrics to a csv file and memory metrics to rrd files; only all of the others metrics should be send over http, which means all metrics except "swap" and "memory". </div><div><br></div><div>Why collectd is sending swap and memory metrics over http?</div><div><br></div><div><div>Chain "PostCache"></div><div><span class="" style="white-space:pre">    </span><Rule "send_swap_to_csv"></div><div><span class="" style="white-space:pre">          </span><Match "regex"></div><div><span class="" style="white-space:pre">                    </span>Plugin "^swap$"</div><div><span class="" style="white-space:pre">          </span></Match></div><div><span class="" style="white-space:pre">             </span><Target "write"></div><div><span class="" style="white-space:pre">                   </span>Plugin "csv"</div><div><span class="" style="white-space:pre">             </span></Target></div><div><span class="" style="white-space:pre">    </span></Rule></div><div><span class="" style="white-space:pre">      </span><Rule "send_memory_to_rrd"></div><div><span class="" style="white-space:pre">                </span><Match "regex"></div><div><span class="" style="white-space:pre">                    </span>Plugin "^memory$"</div><div><span class="" style="white-space:pre">                </span></Match></div><div><span class="" style="white-space:pre">             </span><Target "write"></div><div><span class="" style="white-space:pre">                   </span>Plugin "rrdtool"</div><div><span class="" style="white-space:pre">         </span></Target></div><div><span class="" style="white-space:pre">    </span></Rule></div><div><span class="" style="white-space:pre">      </span><Target "write"></div><div><span class="" style="white-space:pre">           </span>Plugin "write_http"</div><div><span class="" style="white-space:pre">      </span></Target></div><div></Chain></div></div><div><br></div></div>