add ceph monitoring

ceph_monitoring
Lzebulon 2026-02-11 23:16:10 +01:00
parent df56458688
commit cf7f586c4a
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 12 additions and 0 deletions

View File

@ -109,6 +109,18 @@ loc_prometheus:
- target_label: __address__ - target_label: __address__
replacement: 127.0.0.1:9115 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: ilo_snmp:
config: config:
- job_name: ilo_snmp - job_name: ilo_snmp