]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephadm: no need to manually enable the prometheus module
authorSage Weil <sage@newdream.net>
Thu, 5 Aug 2021 14:24:46 +0000 (10:24 -0400)
committerSebastian Wagner <sewagner@redhat.com>
Thu, 2 Sep 2021 14:24:35 +0000 (16:24 +0200)
Signed-off-by: Sage Weil <sage@newdream.net>
(cherry picked from commit afa509ec572b1099c2e8d8c69787a764a1fcc44a)

doc/cephadm/monitoring.rst

index 14593b1bb18fae2f88906fde530cdc5cee43bd31..38f4b4bb45a597183c3a4a97ba605ca6cbd9b8af 100644 (file)
@@ -52,12 +52,6 @@ cluster (which had no monitoring stack) to cephadm management.)
 To set up monitoring on a Ceph cluster that has no monitoring, follow the
 steps below:
 
-#. Enable the Prometheus module in the ceph-mgr daemon. This exposes the internal Ceph metrics so that Prometheus can scrape them:
-
-   .. prompt:: bash #
-
-     ceph mgr module enable prometheus
-
 #. Deploy a node-exporter service on every node of the cluster.  The node-exporter provides host-level metrics like CPU and memory utilization:
 
    .. prompt:: bash #