[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sun Sep 14 19:06:10 CEST 2014
src/collectd.conf.in | 1 +
src/collectd.conf.pod | 6 +++++
src/network.c | 64 +++++++++++++++++++++++++++++++++----------------
3 files changed, 50 insertions(+), 21 deletions(-)
New commits:
commit 4a89ba505930c9e96f297631c2b572a0051df520
Author: John Ferlito <johnf at inodes.org>
Date: Sat Sep 13 11:24:14 2014 +1000
Add ReconnectInterval option to Network plugin
The Network plugin only performs DNS resolution at initialization. This
can be problematic when trying to performs migrations of collectd
infrastructure or when trying to create HA solutions which are dependant
on DNS.
The ReconnectInterval options forces a reconnect of all the sockets at
the defined number of seconds. By default no re-connections are attempted
if this option is not set.
commit 4ce8d9c0203d6360ac19f04ae3c33619058229c8
Author: John Ferlito <johnf at inodes.org>
Date: Sat Sep 13 11:15:30 2014 +1000
Move sockent_client_disconnect above sockent_client_disconnect so we can use it there
More information about the collectd-changes
mailing list