Skip to content
Discussion options

You must be logged in to vote

@daschmidt1994 Here is my Prometheus Scrape Configuration that works as expected:

  # Prometheus Proxmox VE exporter
  - job_name: 'prometheus-proxmox-ve-exporter'
    static_configs:
      - targets: ['192.168.178.61'] # Proxmox VE node
    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: 192.168.178.62:9221  # PVE exporter

This one is documented here: https://github.com/prometheus-pve/prometheus-pve-exporter?tab=readme-ov-fil…

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@daschmidt1994
Comment options

Comment options

You must be logged in to vote
2 replies
@daschmidt1994
Comment options

@towerhand
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@andygrunwald
Comment options

Comment options

You must be logged in to vote
1 reply
@daschmidt1994
Comment options

Answer selected by daschmidt1994
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants