From 4f92db2434aa85e3825a9aaeccf1fa654f0d4ff2 Mon Sep 17 00:00:00 2001 From: William P Date: Thu, 20 Nov 2025 20:41:03 -0500 Subject: [PATCH] rook-ceph: enable integrated cluster monitoring --- system-apps/rook-ceph/clusters/cluster.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-apps/rook-ceph/clusters/cluster.yaml b/system-apps/rook-ceph/clusters/cluster.yaml index 2094340..2a82807 100644 --- a/system-apps/rook-ceph/clusters/cluster.yaml +++ b/system-apps/rook-ceph/clusters/cluster.yaml @@ -81,7 +81,7 @@ spec: # enable prometheus alerting for cluster monitoring: # requires Prometheus to be pre-installed - enabled: false + enabled: true # Whether to disable the metrics reported by Ceph. If false, the prometheus mgr module and Ceph exporter are enabled. # If true, the prometheus mgr module and Ceph exporter are both disabled. Default is false. metricsDisabled: false