From afa509ec572b1099c2e8d8c69787a764a1fcc44a Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 5 Aug 2021 10:24:46 -0400 Subject: [PATCH] doc/cephadm: no need to manually enable the prometheus module Signed-off-by: Sage Weil --- doc/cephadm/monitoring.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index 14593b1bb18..38f4b4bb45a 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -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 # -- 2.39.5