diff --git a/deploy/prometheus/prometheus-additional-scrape-configs.yaml b/deploy/prometheus/prometheus-additional-scrape-configs.yaml index 448ada8..8376fd8 100644 --- a/deploy/prometheus/prometheus-additional-scrape-configs.yaml +++ b/deploy/prometheus/prometheus-additional-scrape-configs.yaml @@ -10,3 +10,8 @@ stringData: metrics_path: /metrics static_configs: - targets: ['node-exporter.holly.panic.haus'] + - job_name: 'proxmox-holly-pve-exporter' + scheme: https + metrics_path: /metrics + static_configs: + - targets: ['pve-exporter.holly.panic.haus']