Grafana-Config für PVE dazu

This commit is contained in:
Stefan Bethke 2024-02-26 22:29:02 +01:00
commit 0f732833de
2 changed files with 30 additions and 0 deletions

View file

@ -65,3 +65,19 @@ scrape_configs:
static_configs:
- targets:
- chaosknoten.hamburg.ccc.de:9100 # Node Exporter
- job_name: 'pve'
static_configs:
- targets:
- 212.12.48.126 # chaosknoten
metrics_path: /pve
params:
module: [default]
cluster: ['1']
node: ['1']
relabel_configs:
- source_labels: [__address__]
target_label: __param_target
- source_labels: [__param_target]
target_label: instance
- target_label: __address__
replacement: pve-exporter:9221