File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ Enabling
1818
1919To enable the module, use the following command:
2020
21- ::
21+ .. prompt :: bash #
2222
23- ceph mgr module enable telegraf
23+ ceph mgr module enable telegraf
2424
2525If you wish to subsequently disable the module, you can use the corresponding
26- * disable * command:
26+ `` disable `` command:
2727
28- ::
28+ .. prompt :: bash #
2929
30- ceph mgr module disable telegraf
30+ ceph mgr module disable telegraf
3131
3232-------------
3333Configuration
@@ -38,24 +38,24 @@ required to configure the address to send the statistics to.
3838
3939Set configuration values using the following command:
4040
41- ::
41+ .. prompt :: bash #
4242
43- ceph telegraf config-set <key> <value>
43+ ceph telegraf config-set <key> <value>
4444
4545
4646The most important settings are ``address `` and ``interval ``.
4747
4848For example, a typical configuration might look like this:
4949
50- ::
50+ .. prompt :: bash #
5151
52- ceph telegraf config-set address udp://:8094
53- ceph telegraf config-set interval 10
52+ ceph telegraf config-set address udp://:8094
53+ ceph telegraf config-set interval 10
5454
5555The default values for these configuration keys are:
5656
57- - address: unixgram:///tmp/telegraf.sock
58- - interval: 15
57+ - `` address ``: `` unixgram:///tmp/telegraf.sock ``
58+ - `` interval ``: `` 15 ``
5959
6060----------------
6161Socket Listener
You can’t perform that action at this time.
0 commit comments