22 lines
492 B
YAML
22 lines
492 B
YAML
---
|
|
apiVersion: monitoring.coreos.com/v1
|
|
kind: Probe
|
|
metadata:
|
|
name: pbs-proxmox
|
|
spec:
|
|
scrapeTimeout: 30s
|
|
targets:
|
|
staticConfig:
|
|
static:
|
|
- pbs.infra.k-space.ee:10019
|
|
relabelingConfigs:
|
|
- sourceLabels: [__param_target]
|
|
targetLabel: instance
|
|
- sourceLabels: [__param_target]
|
|
targetLabel: __address__
|
|
prober:
|
|
url: localhost
|
|
path: /metrics
|
|
metricRelabelings:
|
|
- sourceLabels: [__address__]
|
|
targetLabel: target |