write_http: control rate using only one parameter
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 26 Mar 2015 20:52:39 +0000 (21:52 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 26 Mar 2015 20:52:39 +0000 (21:52 +0100)
commit439a4cda22c4bd7f3ae3754599f1884ad3280cf1
tree90d624c908b89f69632a38223cfcecf94ac68c00
parentaa434cf4f73aec28334943ce04f8e5e2e370f9c3
write_http: control rate using only one parameter

- do not enable the feature with an on/off switch. Enable it by setting
  a positive value to the parameter instead. Therefore drop the
  arbitrary default value used previously.

- rename LowLimitBytesPerSec to LowSpeedLimit.

- make LowSpeedLimit refer to bytes per second rather than bytes per
  Interval.
src/collectd.conf.pod
src/write_http.c