You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/collectd.conf.pod
+6-2
Original file line number
Diff line number
Diff line change
@@ -7271,9 +7271,13 @@ Service name or port number to connect to. Defaults to C<2003>.
7271
7271
7272
7272
Protocol to use when connecting to I<Graphite>. Defaults to C<tcp>.
7273
7273
7274
-
=item B<ForceReconnectTimeout> I<Timeout Seconds>
7274
+
=item B<ReconnectInterval> I<Seconds>
7275
7275
7276
-
This parameter enables a forced close and re-open of the established connection with the Graphite backend after the specified timeout in seconds. This behavior is desirable in environments where the connection to the Graphite backend is done through load balancers. Default to 0 seconds (0 seconds = disabled).
7276
+
When set to non-zero, forces the connection to the Graphite backend to be
7277
+
closed and re-opend periodically. This behavior is desirable in environments
7278
+
where the connection to the Graphite backend is done through load balancers,
7279
+
for example. When set to zero, the default, the connetion is kept open for as
0 commit comments