projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b4445e
)
add documentation on the new TTL parameter
author
jaroug
<jaroug@gmail.com>
Fri, 14 Apr 2017 15:01:25 +0000
(17:01 +0200)
committer
jaroug
<jaroug@gmail.com>
Fri, 14 Apr 2017 15:01:25 +0000
(17:01 +0200)
src/collectd.conf.in
patch
|
blob
|
history
src/collectd.conf.pod
patch
|
blob
|
history
diff --git
a/src/collectd.conf.in
b/src/collectd.conf.in
index
e2d6aaf
..
6c7714c
100644
(file)
--- 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
6a7a917
..
8b0a79d
100644
(file)
--- a/
src/collectd.conf.pod
+++ b/
src/collectd.conf.pod
@@
-8778,6
+8778,14
@@
each metric being sent out.
You can add multiple B<Attribute>.
+=item B<TTL> I<Int>
+
+Only available for KAIROSDB output format.
+
+Sets the Cassandra ttl for the data points.
+
+Please refer to L<http://kairosdb.github.io/docs/build/html/restapi/AddDataPoints.html?highlight=ttl>
+
=item B<Metrics> B<true>|B<false>
Controls whether I<metrics> are POSTed to this location. Defaults to B<true>.