summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2b4445e)
raw | patch | inline | side by side (parent: 2b4445e)
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 e2d6aafab9a7d52bf4fcc109103de73e2e9ef899..6c7714c164172f4f51f552f6ce1630cbdf29778f 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# 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 6a7a9176fca7bdfbba4ba46d930e04fc52937884..8b0a79d8ba41f44838b6c6abe6ff100bd78d15af 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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>.