]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: monitoring: move "deploying w/o" up
authorSebastian Wagner <sewagner@redhat.com>
Mon, 30 Aug 2021 10:23:13 +0000 (12:23 +0200)
committerSebastian Wagner <sewagner@redhat.com>
Mon, 30 Aug 2021 10:23:13 +0000 (12:23 +0200)
Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
doc/cephadm/monitoring.rst

index 2fdf8ffc38863e6e1edf58ce52bea63e49889d53..b1c2a8fe5061a9d219692abafd17bf346d003fe4 100644 (file)
@@ -291,22 +291,8 @@ Example
   # reconfig the prometheus service
   ceph orch reconfig prometheus
 
-Disabling monitoring
---------------------
-
-To disable monitoring and remove the software that supports it, run the following commands:
-
-.. 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
-
-
-Deploying monitoring manually
------------------------------
+Deploying monitoring without cephadm
+------------------------------------
 
 If you have an existing prometheus monitoring infrastructure, or would like
 to manage it yourself, you need to configure it to integrate with your Ceph
@@ -325,6 +311,19 @@ cluster.
 
 * To enable dashboard integration with Grafana, see :ref:`dashboard-grafana`.
 
+Disabling monitoring
+--------------------
+
+To disable monitoring and remove the software that supports it, run the following commands:
+
+.. 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
+
 Enabling RBD-Image monitoring
 ---------------------------------