From: Zac Dover Date: Wed, 12 May 2021 12:54:54 +0000 (+1000) Subject: doc/cephadm: rewrite "disabling monitoring" X-Git-Tag: v17.1.0~1974^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F41305%2Fhead;p=ceph.git doc/cephadm: rewrite "disabling monitoring" * Simplified the text. * Correctly formatted the prompts. Signed-off-by: Zac Dover --- diff --git a/doc/cephadm/monitoring.rst b/doc/cephadm/monitoring.rst index e2e180c22bfc..fd7ac64df6cb 100644 --- a/doc/cephadm/monitoring.rst +++ b/doc/cephadm/monitoring.rst @@ -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