author | John Ferlito <johnf@inodes.org> | |
Sat, 13 Sep 2014 01:24:14 +0000 (11:24 +1000) | ||
committer | John Ferlito <johnf@inodes.org> | |
Sun, 14 Sep 2014 06:45:16 +0000 (16:45 +1000) | ||
commit | 4a89ba505930c9e96f297631c2b572a0051df520 | |
tree | 017601dc880469d4fb53929af601d4fa81b03904 | tree | snapshot |
parent | 4ce8d9c0203d6360ac19f04ae3c33619058229c8 | commit | diff |
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.
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 | diff | blob | history | |
src/collectd.conf.pod | diff | blob | history | |
src/network.c | diff | blob | history |