add ceph monitoring
parent
df56458688
commit
cf7f586c4a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue