Running head of git master as of this morning.<br><br>I&#39;m attempting to use collectd on an OS X Leopard machine as a &quot;server&quot;.<br><br>Because the other collectd processes I want to gather from are on the other side of a switch that is blocking udp traffic I&#39;m trying to setup the Network plugin as such:<br>
<br>&lt;Plugin network&gt;<br>    Listen &quot;0.0.0.0&quot; &quot;25826&quot;<br>&lt;/Plugin&gt;<br><br>However I can&#39;t telnet to that port and netstat on tells me:<br><br>&gt; netstat -na |grep 25826<br>udp4       0      0  *.25826                *.*  <br>
<br>Any ideas?<br><br>Thanks<br>-Bob<br>