18 lines
441 B
YAML
18 lines
441 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1alpha1
|
|
kind: ScrapeConfig
|
|
metadata:
|
|
name: nodes-ceph
|
|
namespace: monitoring
|
|
spec:
|
|
metricsPath: /metrics
|
|
scheme: HTTP
|
|
scrapeInterval: 3s
|
|
staticConfigs:
|
|
- labels:
|
|
job: ceph-exporter
|
|
targets:
|
|
- pve90.proxmox.infra.k-space.ee:9283
|
|
- pve91.proxmox.infra.k-space.ee:9283
|
|
- pve92.proxmox.infra.k-space.ee:9283
|
|
- pve93.proxmox.infra.k-space.ee:9283 |