]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerSage Weil <sage@newdream.net>
Wed, 11 Aug 2021 13:47:45 +0000 (09:47 -0400)
Signed-off-by: Sage Weil <sage@newdream.net>
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 #