mirror of
https://github.com/ceph/ceph
synced 2025-04-01 23:02:17 +00:00
doc/mgr: fix formatting
a code block should start with "::". Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
1eb51c33fe
commit
cdbc1a9f22
@ -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"
|
||||
@ -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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user