[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'
Florian Forster
octo at verplant.org
Sun Nov 11 10:58:26 CET 2012
src/ping.c | 194 +++++++++++++++++++++++++++++++++---------------------------
1 file changed, 106 insertions(+), 88 deletions(-)
New commits:
commit c207f0ca4e3eca8d8bbd897884ae3ad8f8e9859d
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 10:57:55 2012 +0100
ping plugin: Don't abort the "ping_thread" when ping_send() fails.
This may happen when the network is down. If the thread fails, the read
callback will indicate an error and the exponential back-off will start.
This is not optimal for this scenario, since you usually want to have
ping stats from right when the network is back up.
Fixes Github issue #171.
commit e09db531fa5ec2ce997154e4ad5d4fdee298f94a
Author: Florian Forster <octo at collectd.org>
Date: Sun Nov 11 10:56:00 2012 +0100
ping plugin: Refactor "ping_thread": Move iteration over hosts into a function.
More information about the collectd-changes
mailing list