]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: rewrite "disabling monitoring" 41305/head
authorZac Dover <zac.dover@gmail.com>
Wed, 12 May 2021 12:54:54 +0000 (22:54 +1000)
committerZac Dover <zac.dover@gmail.com>
Wed, 12 May 2021 12:54:54 +0000 (22:54 +1000)
* Simplified the text.
* Correctly formatted the prompts.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
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