Skip to content

Commit

Permalink
Merge pull request ceph#40036 from tchaikov/wip-doc-mgr
Browse files Browse the repository at this point in the history
doc/mgr: fix formatting

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin authored Mar 12, 2021
2 parents 369c10f + cdbc1a9 commit fe838fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/mgr/telegraf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Socket Listener
The module only supports sending data to Telegraf through the socket listener
of the Telegraf module using the Influx data format.

A typical Telegraf configuration might be:
A typical Telegraf configuration might be

::

[[inputs.socket_listener]]
# service_address = "tcp://:8094"
Expand All @@ -82,6 +83,8 @@ A typical Telegraf configuration might be:
In this case the `address` configuration option for the module would need to be set
to:

::

udp://:8094


Expand Down

0 comments on commit fe838fc

Please sign in to comment.