<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi all,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I installed Collectd (with cryptography)&nbsp;on three machines: one of them would be the server and the other two clients&nbsp;should send their data to the server</DIV>
<DIV>&nbsp;</DIV>
<DIV>No errors or anything and the installation went just fine. But I don't think Network plugin is collecting anything though, not sure why. I don't think it's something on my end, the plugin configurations are correct and i also created the auth_file. </DIV>
<DIV>&nbsp;</DIV>
<DIV>I would really appreciate it if&nbsp;you guys could help me&nbsp;find out&nbsp;what the problem is.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>h<BR><BR><SPAN lang=EN>&nbsp;</DIV>
<DIV><U><STRONG>Server<BR></STRONG></U>&lt;Plugin network&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;Listen "[Server's IP here]" "25826"&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SecurityLevel "Sign"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AuthFile "/opt/collectd/etc/auth_file"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;/Listen&gt; </DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV>&lt;/Plugin&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><SPAN lang=EN><STRONG><U>Client1</U></STRONG></DIV>
<DIV>&lt;Plugin network&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;Server "[Server's IP here]" "25826"&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SecurityLevel "Sign"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Username "client1"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Password "password1"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;/Server&gt;</DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV>&lt;/Plugin&gt;</DIV></SPAN></SPAN>
<DIV><BR>&nbsp;</DIV>
<DIV><SPAN lang=EN><STRONG><U>Client2</U></STRONG></DIV><SPAN lang=EN>
<DIV>&lt;Plugin network&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;Server "[Server's IP here]" "25826"&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SecurityLevel "Sign"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Username "client2"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Password "password2"</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&lt;/Server&gt; </DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV>&lt;/Plugin&gt;</DIV>
<DIV><BR><BR><STRONG><U>auth_file</U></STRONG>:</DIV>
<DIV>client1: password1<BR>client2: password2</SPAN></SPAN></DIV></td></tr></table>