Hi Jonas,

On Wed, Nov 30, 2011 at 03:22:29PM -0200, Jonas Zanon wrote:
> What I didn't see anywhere in documentation or forums is that when the
> network communication between collectd client and server is lost, the
> data collected in downtime in the client side will be transmitted to
> the server after the connection is restored? By my tests, I don't
> think so.

the network plugin uses UDP, which is an "unreliable" protocol. That
means that if the server is not available / doesn't receive the data for
whatever reason, the client won't even notice. I.e. the data is simply
lost.

> If not, how can I overcome this?
> Have you guys already in this situation?

Right now there is no plugin that buffers and retransmits in this
scenario. You can get more reliable transmissions using AMQP, for
example, but if the client–broker connection is lost, collectd will drop
data in that setup, too.

HTH; Best regards,
—octo
-- 
Florian octo Forster
Hacker in training
GnuPG: 0x0C705A15
http://octo.it/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to