]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: rewrite "disabling monitoring"
authorZac Dover <zac.dover@gmail.com>
Wed, 12 May 2021 12:54:54 +0000 (22:54 +1000)
committerSage Weil <sage@newdream.net>
Thu, 20 May 2021 23:03:18 +0000 (18:03 -0500)
* Simplified the text.
* Correctly formatted the prompts.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit b67b6112ac2b2b21360fca2ffd7ed0136a5d4929)

doc/cephadm/monitoring.rst

index e2e180c22bfcb31ef70e5290b48580f2aea01d86..fd7ac64df6cb0b565fac22fc033b2bca7a86de77 100644 (file)
@@ -256,16 +256,15 @@ Example
 Disabling monitoring
 --------------------
 
-If you have deployed monitoring and would like to remove it, you can do
-so with
+To disable monitoring and remove the software that supports it, run the following commands:
 
-.. code-block:: bash
+.. code-block:: console
 
-  ceph orch rm grafana
-  ceph orch rm prometheus --force   # this will delete metrics data collected so far
-  ceph orch rm node-exporter
-  ceph orch rm alertmanager
-  ceph mgr module disable prometheus
+  ceph orch rm grafana
+  ceph orch rm prometheus --force   # this will delete metrics data collected so far
+  ceph orch rm node-exporter
+  ceph orch rm alertmanager
+  ceph mgr module disable prometheus
 
 
 Deploying monitoring manually