Add ReconnectInterval option to Network plugin
authorJohn Ferlito <johnf@inodes.org>
Sat, 13 Sep 2014 01:24:14 +0000 (11:24 +1000)
committerJohn Ferlito <johnf@inodes.org>
Sun, 14 Sep 2014 06:45:16 +0000 (16:45 +1000)
commit4a89ba505930c9e96f297631c2b572a0051df520
tree017601dc880469d4fb53929af601d4fa81b03904
parent4ce8d9c0203d6360ac19f04ae3c33619058229c8
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.
src/collectd.conf.in
src/collectd.conf.pod
src/network.c