diff options
author | Marek Vavrusa <marek@vavrusa.com> | 2016-02-24 07:47:03 +0100 |
---|---|---|
committer | Marek Vavrusa <marek@vavrusa.com> | 2016-02-24 07:47:03 +0100 |
commit | 71fd6c3122558f0e781fafdf61da7e9fbdfa28ed (patch) | |
tree | 8c872530bf4c62b85c335c0188512f40e1a9dfd9 /modules/graphite | |
parent | modules/graphite: support for Graphite/TCP (diff) | |
download | knot-resolver-71fd6c3122558f0e781fafdf61da7e9fbdfa28ed.tar.xz knot-resolver-71fd6c3122558f0e781fafdf61da7e9fbdfa28ed.zip |
modules/graphite: updated doc
Diffstat (limited to 'modules/graphite')
-rw-r--r-- | modules/graphite/README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/graphite/README.rst b/modules/graphite/README.rst index f324142c..5cc05c94 100644 --- a/modules/graphite/README.rst +++ b/modules/graphite/README.rst @@ -12,7 +12,7 @@ Example configuration Only the ``host`` parameter is mandatory. -.. info:: By default the module uses UDP so it doesn't guarantee the delivery, set ``tcp = true`` to enable Graphite over TCP. If the TCP consumer goes down or the connection with Graphite is lost, resolver will periodically attempt to reconnect with it. +By default the module uses UDP so it doesn't guarantee the delivery, set ``tcp = true`` to enable Graphite over TCP. If the TCP consumer goes down or the connection with Graphite is lost, resolver will periodically attempt to reconnect with it. .. code-block:: lua |