Skip to content

Commit 97b8f42

Browse files
authored
Merge pull request ceph#63415 from zdover23/wip-doc-2025-05-22-mgr-influx-62782-followup
doc/mgr: edit influx.rst. Reviewed-by: Anthony D'Atri <[email protected]>
2 parents 6a68ef5 + 32bdcaa commit 97b8f42

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

doc/mgr/influx.rst

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Enabling
1515

1616
To enable the module, use the following command:
1717

18-
.. prompt:: bash $
18+
.. prompt:: bash #
1919

20-
ceph mgr module enable influx
20+
ceph mgr module enable influx
2121

2222
If you wish to subsequently disable the module, you can use the equivalent
2323
*disable* command:
2424

25-
.. prompt:: bash $
25+
.. prompt:: bash #
2626

27-
ceph mgr module disable influx
27+
ceph mgr module disable influx
2828

2929
-------------
3030
Configuration
@@ -36,20 +36,20 @@ credentials.
3636

3737
Set configuration values using the following command:
3838

39-
.. prompt:: bash $
39+
.. prompt:: bash #
4040

41-
ceph config set mgr mgr/influx/<key> <value>
41+
ceph config set mgr mgr/influx/<key> <value>
4242

4343

4444
The most important settings are :confval:`mgr/influx/hostname`,
4545
:confval:`mgr/influx/username` and :confval:`mgr/influx/password`.
4646
For example, a typical configuration might look like this:
4747

48-
.. prompt:: bash $
48+
.. prompt:: bash #
4949

50-
ceph config set mgr mgr/influx/hostname influx.mydomain.com
51-
ceph config set mgr mgr/influx/username admin123
52-
ceph config set mgr mgr/influx/password p4ssw0rd
50+
ceph config set mgr mgr/influx/hostname influx.mydomain.com
51+
ceph config set mgr mgr/influx/username admin123
52+
ceph config set mgr mgr/influx/password p4ssw0rd
5353

5454
Following is the list of all configuration settings:
5555

@@ -71,15 +71,16 @@ Debugging
7171
By default, a few debugging statements as well as error statements have been set to print in the log files. Users can add more if necessary.
7272
To make use of the debugging option in the module:
7373

74-
- Add this to the ceph.conf file.
74+
- Add this to the ``ceph.conf`` file.
7575

7676
.. code-block:: ini
7777
7878
[mgr]
7979
debug_mgr = 20
8080
8181
- Use this command ``ceph influx self-test``.
82-
- Check the log files. Users may find it easier to filter the log files using *mgr[influx]*.
82+
- Check the log files. Users may find it easier to filter the log files using
83+
``mgr[influx]``.
8384

8485
--------------------
8586
Interesting counters
@@ -169,5 +170,6 @@ OSDs
169170
|op_before_dequeue_op_lat| Latency of IO before calling dequeue_op(already dequeued and get PG lock)|
170171
+------------------------+--------------------------------------------------------------------------+
171172

172-
Latency counters are measured in microseconds unless otherwise specified in the description.
173+
Latency counters are measured in microseconds unless otherwise specified in
174+
the description.
173175

0 commit comments

Comments
 (0)