[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Mar 9 16:59:32 CET 2012
src/write_mongodb.c | 32 +++++++++++++++++---------------
1 files changed, 17 insertions(+), 15 deletions(-)
New commits:
commit 2c4c6600fdc06ec2904459bb019b99e4932def28
Author: Florian Forster <octo at collectd.org>
Date: Fri Mar 9 16:58:15 2012 +0100
write_mongodb plugin: Fix reconnection behavior.
The previous code would never detect a disconnect and act appropriately. In the
process, manual tracking of the connection state is removed in favor of
mongo_is_connected().
More information about the collectd-changes
mailing list