<div dir="ltr">Hi,<div><br></div><div>Permissions are fine, Collectd sends stuff over UDP successfully, on another side I'm receiving that stuff as well (however, checked udp in general, works fine), socket when enabled showing just data from the server where it's running, and from beginning not sure why server does not get data from the agent even when this data reached the server. </div>

<div><br></div><div>It's not AppArmor (checked it as well, even tested with fully disabled) and also using strace don't see any of stuff I see being received on UDP 25826 from client handled by server's process. So truth is somewhere in between... Maybe rebuilding collectd with debug will be only option to try to figure out what's up.</div>

<div><br></div><div>Regards,</div><div>Dejan</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 25, 2013 at 5:00 PM, Yves Mettier <span dir="ltr"><<a href="mailto:ymettier@free.fr" target="_blank">ymettier@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
1/ check the permissions of your /var/lib/collectd/rrd (and /var/lib/collectd)<br>
2/ collectd sends data with UDP protocol. So tcpdump...<br>
<br>
3/ enable the unix socket on your collectd (for example /var/run/collectd/collectd-<u></u>unixsock)<br>
echo "listval" | socat - /var/run/collectd/collectd-<u></u>unixsock<br>
Empty on the agent ? -> find out why the agent does not collectd...<br>
No data from the agent on the server ? -> find out why the server does not get the data from the agent<br>
everything OK on the socket ? -> find out why you cannot write on the disk (rrdtool/rrdcached problem ?)<br>
<br>
apt-get install socat (if not installed yet)<br>
<br>
Regards,<br>
Yves<br>
<br>
<br>
Le 2013-07-25 15:14, Dejan Menges a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi,<br>
<br>
I'm new here, but I'm not new with Collectd. Using it for quite a some time<br>
on CentOS, and must say didn't have any major issues yet.<br>
<br>
But, now I need it on Ubuntu LTS. Trying to install just two machines with<br>
default plugins, in local network (on Rackspace) where, using network<br>
plugin, one is going to be client and another one is going to be server.<br>
<br>
So there's no firewalls, security, anything in between, and to avoid for<br>
this PoC any permissions issue everything is running as root user.<br>
<br>
So my problem is that everything works fine locally, but data is not<br>
shipped from client to server. I went up to tcpdump and checking traffic<br>
from one machine to other, and I see that it's sending data regularly, it's<br>
not exceeding window size, etc, but nothing is written in<br>
/var/lib/collectd/rrd/ from client machine on server machine.<br>
<br>
I tested this with 4.10 (package from precise repo), 5.2 and 5.3 but lost<br>
any more idea how to try to narrow this down. Was also trying simple stuff<br>
like enabling just one simple plugin but (as I didn't built it, and<br>
obviously it's not built with with debug enabled) neither info or notice<br>
log levels are not giving me anything from Collectd neither on client or<br>
server.<br>
<br>
Any advice will be appreciated (as in this particular moment these two<br>
machines are not best candidates to set build environment on them, but<br>
that's also last resort).<br>
<br>
Cheers,<br>
Dejan<br>
<br></div></div><div class="im">
______________________________<u></u>_________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org" target="_blank">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/<u></u>listinfo/collectd</a><br>
</div></blockquote><span class="HOEnZb"><font color="#888888">
<br>
-- <br>
- Homepage       - <a href="http://ymettier.free.fr" target="_blank">http://ymettier.free.fr</a>                             -<br>
- GPG key        - <a href="http://ymettier.free.fr/gpg.txt" target="_blank">http://ymettier.free.fr/gpg.<u></u>txt</a>                     -<br>
- C en action    - <a href="http://ymettier.free.fr/livres/C_en_action_ed2.html" target="_blank">http://ymettier.free.fr/<u></u>livres/C_en_action_ed2.html</a> -<br>
- Guide Survie C - <a href="http://www.pearson.fr/livre/?GCOI=27440100673730" target="_blank">http://www.pearson.fr/livre/?<u></u>GCOI=27440100673730</a>    -</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
collectd mailing list<br>
<a href="mailto:collectd@verplant.org" target="_blank">collectd@verplant.org</a><br>
<a href="http://mailman.verplant.org/listinfo/collectd" target="_blank">http://mailman.verplant.org/<u></u>listinfo/collectd</a><br>
</div></div></blockquote></div><br></div>