<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi all,</DIV>
<DIV> </DIV>
<DIV>I installed Collectd (with cryptography) on three machines: one of them would be the server and the other two clients should send their data to the server</DIV>
<DIV> </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> </DIV>
<DIV>I would really appreciate it if you guys could help me find out what the problem is.</DIV>
<DIV> </DIV>
<DIV>Thanks,</DIV>
<DIV>h<BR><BR><SPAN lang=EN> </DIV>
<DIV><U><STRONG>Server<BR></STRONG></U><Plugin network></DIV>
<DIV> <Listen "[Server's IP here]" "25826"></DIV>
<DIV> SecurityLevel "Sign"</DIV>
<DIV> AuthFile "/opt/collectd/etc/auth_file"</DIV>
<DIV> </Listen> </DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV></Plugin></DIV>
<DIV> </DIV>
<DIV><BR><SPAN lang=EN><STRONG><U>Client1</U></STRONG></DIV>
<DIV><Plugin network></DIV>
<DIV> <Server "[Server's IP here]" "25826"></DIV>
<DIV> SecurityLevel "Sign"</DIV>
<DIV> Username "client1"</DIV>
<DIV> Password "password1"</DIV>
<DIV> </Server></DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV></Plugin></DIV></SPAN></SPAN>
<DIV><BR> </DIV>
<DIV><SPAN lang=EN><STRONG><U>Client2</U></STRONG></DIV><SPAN lang=EN>
<DIV><Plugin network></DIV>
<DIV> <Server "[Server's IP here]" "25826"></DIV>
<DIV> SecurityLevel "Sign"</DIV>
<DIV> Username "client2"</DIV>
<DIV> Password "password2"</DIV>
<DIV> </Server> </DIV>
<DIV># TimeToLive "128"</DIV>
<DIV># Forward false</DIV>
<DIV># CacheFlush 1800</DIV>
<DIV></Plugin></DIV>
<DIV><BR><BR><STRONG><U>auth_file</U></STRONG>:</DIV>
<DIV>client1: password1<BR>client2: password2</SPAN></SPAN></DIV></td></tr></table>