From: Kefu Chai Date: Thu, 11 Mar 2021 16:27:58 +0000 (+0800) Subject: doc/mgr: fix formatting X-Git-Tag: v17.1.0~2628^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F40036%2Fhead;p=ceph.git doc/mgr: fix formatting a code block should start with "::". Signed-off-by: Kefu Chai --- diff --git a/doc/mgr/telegraf.rst b/doc/mgr/telegraf.rst index 5944f7255cd6..781ff5592fb0 100644 --- a/doc/mgr/telegraf.rst +++ b/doc/mgr/telegraf.rst @@ -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