From f197873b58b04cb7560c31ee7f38672ea75838f9 Mon Sep 17 00:00:00 2001 From: jaroug Date: Fri, 14 Apr 2017 17:01:25 +0200 Subject: [PATCH] add documentation on the new TTL parameter --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index e2d6aafa..6c7714c1 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -1547,6 +1547,7 @@ # SSLVersion "TLSv1" # Format "Command" # Attribute "key" "value" # only available for KAIROSDB format +# TTL 0 # data ttl, only available for KAIRODB format # Metrics true # Notifications false # StoreRates false diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 6a7a9176..8b0a79d8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -8778,6 +8778,14 @@ each metric being sent out. You can add multiple B. +=item B I + +Only available for KAIROSDB output format. + +Sets the Cassandra ttl for the data points. + +Please refer to L + =item B B|B Controls whether I are POSTed to this location. Defaults to B. -- 2.30.2