commit | d65015fb59a1f962423e4e0345a0c7253259ffe0 | [log] [tgz] |
---|---|---|
author | Petr Michalec <epcim@apealive.net> | Thu Sep 14 09:51:53 2017 +0200 |
committer | Petr Michalec <epcim@apealive.net> | Thu Sep 14 09:52:40 2017 +0200 |
tree | 5c8339715a23490d37daca158d16869c9aa509f9 | |
parent | 769da1a6a9b1d7a62c7d85c93ac04346168c4e20 [diff] [blame] |
Add influxdb output Change-Id: Ib2cde6a445cc4f3c323e12b7172c2e1caafa1bc5
diff --git a/README.rst b/README.rst index 120f21b..f639b97 100644 --- a/README.rst +++ b/README.rst
@@ -25,6 +25,20 @@ port: 9126 engine: prometheus +Influx output +------------- + +.. code-block:: yaml + + telegraf: + agent: + output: + influxdb: + urls: + - http://127.0.0.1:8086 + database: test-telegraf + write_consistency: any + timeout: 10s Documentation and Bugs ======================