[collectd] network plugin not receiving any data

Florian Forster octo at verplant.org
Mon Jan 21 14:35:50 CET 2008


Hi Philipp,

On Mon, Jan 21, 2008 at 12:22:05PM +0100, Philipp Giebel wrote:
> This morning I saw that there is an email plugin, now.. So I installed
> v4.2.3 on my mailserver, configured and started it, but my "main
> collectd" wasn't receiving any data from the mail-server. It still
> received data from other servers using oder versions of collectd.

was the instance on the mailserver able to write files locally?

> So I updated the main-collectd to v4.2.3, too. No success...  Then a
> friend of mine told me, that there's v4.2.4 availible now.. So I
> updated to v4.2.4.. :) Still no success..

What version did you start with? v4.2.3 and v4.2.4 differ only in a
bugfix in the unixsock plugin - the network plugin hasn't been changed
at all.

> There are other (non-virtual) servers in other places, also sending
> their data to the main-server. That's why it also listenes on its
> public IP..

Does `main' receive values from ``external'' servers?

> *main*
> <Plugin network>
>         Server "88.198.9.211" "25826"
>         Listen "88.198.9.211" "25826"
>         Listen "192.168.1.10" "25826"
>         TimeToLive "128"
>         Forward false
>         CacheFlush 1800
> </Plugin>

> *mail* (new!)
> <Plugin network>
>         Server "192.168.1.10" "25826"
>         Listen "192.168.1.6" "25826"
>         TimeToLive "128"
>         Forward false
>         CacheFlush 1800
> </Plugin>
> 
> *stuff* (old but updated to v4.2.4)
> <Plugin network>
>         Server "192.168.1.10" "25826"
>         Listen "192.168.1.5" "25826"
>         TimeToLive "128"
>         Forward false
>         CacheFlush 1800
> </Plugin>

Why does `main' send the values to itself (the `Server' statement)? And
why do `mail' and `stuff' listen on the interface? Are they supposed to
receive data?

Did you try a tcpdump on `main' to see if data is seen on the interface?
Do you see the data leaving the virtual servers?
> 
Hope this helps narrowing down the problem ;)
Regards,
-octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x91523C3D
http://verplant.org/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080121/ed3cd699/attachment.pgp 


More information about the collectd mailing list