From cf7f586c4abff2d7e8321eef72df97261a1ca1f4 Mon Sep 17 00:00:00 2001 From: Lzebulon Date: Wed, 11 Feb 2026 23:16:10 +0100 Subject: [PATCH] add ceph monitoring --- host_vars/fyre.adm.crans.org.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/host_vars/fyre.adm.crans.org.yml b/host_vars/fyre.adm.crans.org.yml index 81b18048..54198154 100644 --- a/host_vars/fyre.adm.crans.org.yml +++ b/host_vars/fyre.adm.crans.org.yml @@ -109,6 +109,18 @@ loc_prometheus: - target_label: __address__ replacement: 127.0.0.1:9115 + ceph: + config: + - job_name: ceph + file_sd_configs: + - files: ['/etc/prometheus/targets/ceph.json'] + relabel_configs: + - source_labels: [__address__] + target_label: instance + - source_labels: [instance] + target_label: __address__ + replacement: '$1:9283' + ilo_snmp: config: - job_name: ilo_snmp