镜像概览

完整引用
docker.io/prompve/prometheus-pve-exporter
Registry
docker.io
命名空间
prompve
仓库
prometheus-pve-exporter
已缓存 Tag 数
150
最近同步
07/06/2026, 04:06 AM

简介

Proxmox VE Prometheus Exporter 镜像,采集 PVE 节点/VM/存储 metrics,供 Prometheus 监控虚拟化集群资源使用。

详细介绍

prompve/prometheus-pve-exporter 运行 Prometheus exporter,轮询 Proxmox VE API 输出节点、虚拟机与存储池 metrics。定位为 PVE 监控 exporter,配置 PVE_USER/PVE_PASSWORDPVE_HOST;K8s Deployment 或 docker 旁路部署于管理网段。

快速启动

docker run -d --name pve-exporter \
  -p 9221:9221 \
  -e PVE_HOST=192.168.1.10 \
  docker.io/prompve/prometheus-pve-exporter:latest

推荐实践

docker run -d --name pve-exporter \
  --restart unless-stopped \
  -p 9221:9221 \
  -e PVE_HOST=pve.internal \
  -e PVE_USER=monitor@pve \
  -e PVE_PASSWORD=changeme \
  docker.io/prompve/prometheus-pve-exporter:3.0.0

核心参数说明

  • -p 9221:9221 — Prometheus scrape 端口
  • -e PVE_HOST — Proxmox VE 管理地址
  • -e PVE_PASSWORD — API 凭据(高敏
  • --restart unless-stopped — 持续采集

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: pve-exporter
spec:
  replicas: 1
  selector:
    matchLabels:
      app: pve-exporter
  template:
    metadata:
      labels:
        app: pve-exporter
    spec:
      containers:
        - name: exporter
          image: docker.io/prompve/prometheus-pve-exporter:3.0.0
          ports:
            - containerPort: 9221
          envFrom:
            - secretRef:
                name: pve-creds
---
apiVersion: v1
kind: Service
metadata:
  name: pve-exporter
spec:
  selector:
    app: pve-exporter
  ports:
    - port: 9221
      targetPort: 9221

ServiceMonitor 采集;管理网 Macvlan 访问 PVE API。

最新 Tag(20 条)

查看全部 150 个 Tag →
Tag架构推送时间大小Digest同步期望操作
docker.io/prompve/prometheus-pve-exporter
:latest
linux/arm64linux/amd64
2026/05/18 23:3450.8 MBsha256:8f3f5c9f6601
docker.io/prompve/prometheus-pve-exporter
:3
linux/arm64linux/amd64
2026/05/18 23:3450.8 MBsha256:8f3f5c9f6601
docker.io/prompve/prometheus-pve-exporter
:3.9
linux/arm64linux/amd64
2026/05/18 23:3450.8 MBsha256:8f3f5c9f6601
docker.io/prompve/prometheus-pve-exporter
:3.9.0
linux/arm64linux/amd64
2026/05/18 23:3450.8 MBsha256:8f3f5c9f6601
docker.io/prompve/prometheus-pve-exporter
:3.8
linux/arm64linux/amd64
2026/04/27 21:4051.0 MBsha256:2fc2cb88eac6
docker.io/prompve/prometheus-pve-exporter
:3.8.3
linux/arm64linux/amd64
2026/04/27 21:4051.0 MBsha256:2fc2cb88eac6
docker.io/prompve/prometheus-pve-exporter
:3.8.2
linux/arm64linux/amd64
2026/03/22 21:5851.0 MBsha256:fe1fe70ca683
docker.io/prompve/prometheus-pve-exporter
:3.8.1
linux/arm64linux/amd64
2026/02/11 15:1451.0 MBsha256:c5e5118b0f04
docker.io/prompve/prometheus-pve-exporter
:3.8.0
linux/arm64linux/amd64
2025/12/24 02:2749.9 MBsha256:ca78052e3f8b
docker.io/prompve/prometheus-pve-exporter
:3.7
linux/arm64linux/amd64
2025/12/17 03:0849.9 MBsha256:1c5b2cab4b16
docker.io/prompve/prometheus-pve-exporter
:3.7.0
linux/arm64linux/amd64
2025/12/17 03:0849.9 MBsha256:1c5b2cab4b16
docker.io/prompve/prometheus-pve-exporter
:3.6
linux/arm64linux/amd64
2025/12/02 02:5449.3 MBsha256:c8769b089924
docker.io/prompve/prometheus-pve-exporter
:3.6.0
linux/arm64linux/amd64
2025/12/02 02:5449.3 MBsha256:c8769b089924
docker.io/prompve/prometheus-pve-exporter
:3.5
linux/arm64linux/amd64
2025/06/19 13:5048.8 MBsha256:14d889688d82
docker.io/prompve/prometheus-pve-exporter
:3.5.5
linux/arm64linux/amd64
2025/06/19 13:5048.8 MBsha256:14d889688d82
docker.io/prompve/prometheus-pve-exporter
:3.5.4
linux/arm64linux/amd64
2025/05/02 21:4847.9 MBsha256:be317327baa0
docker.io/prompve/prometheus-pve-exporter
:3.5.3
linux/arm64linux/amd64
2025/04/17 18:470.0 MBsha256:1c421b57035a
docker.io/prompve/prometheus-pve-exporter
:3.5.2
linux/arm64linux/amd64
2025/02/19 00:5047.9 MBsha256:6854309a9f52
docker.io/prompve/prometheus-pve-exporter
:3.5.1
linux/arm64linux/amd64
2025/01/21 00:5347.5 MBsha256:19387f67922e
docker.io/prompve/prometheus-pve-exporter
:3.5.0
linux/arm64linux/amd64
2025/01/03 00:1847.5 MBsha256:0d4f9e54e273