summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97059f0)
raw | patch | inline | side by side (parent: 97059f0)
author | loginator17 <loginator17@users.noreply.github.com> | |
Wed, 1 Oct 2014 09:36:17 +0000 (10:36 +0100) | ||
committer | loginator17 <loginator17@users.noreply.github.com> | |
Wed, 1 Oct 2014 09:36:17 +0000 (10:36 +0100) |
Adding LowSpeedLimit and LowLimitBytesPerSec to spec
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index ac0ff2abb0bf2394e886dba70244760c61fb66a8..d74b2bc0cc229821e59738f8a075342d15195779 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
exceed the size of an C<int>, i.e. 2E<nbsp>GByte.
Defaults to C<4096>.
+=item B<LowSpeedLimit> B<true|false>
+
+If set to B<true>, average transfer speed in bytes per second will be checked.
+In case it is below B<LowLimitBytesPerSec> connection will be considered slow
+and aborted.
+
+=item B<LowLimitBytesPerSec> I<Bytes>
+
+Sets bytes per second value for B<LowSpeedLimit> to make a decission if
+connection is too slow. Default value is C<100>.
+
=back
=head2 Plugin C<write_kafka>