概要
- フル名
docker.io/mrlhansen/idrac_exporter- Registry
- docker.io
- 名前空間
- mrlhansen
- リポジトリ
- idrac_exporter
- キャッシュ Tag 数
- 27
- 最終同期
- 07/06/2026, 04:54 AM
概要
iDRAC Exporter 镜像,通过 Redfish 采集 Dell 服务器硬件指标,供 Prometheus 监控机房物理机温度与电源状态。
詳細
mrlhansen/idrac_exporter 运行 Prometheus exporter,轮询 Dell iDRAC Redfish API 输出温度、风扇与电源 metrics。定位为硬件监控 exporter,配置 IDRAC_HOSTS 列表与凭据;K8s Deployment 或 docker 旁路部署于管理网段。
快速启动
docker run -d --name idrac-exporter \
-p 9348:9348 \
-e IDRAC_HOST=192.168.1.100 \
docker.io/mrlhansen/idrac_exporter:latest
推荐实践
docker run -d --name idrac-exporter \
--restart unless-stopped \
-p 9348:9348 \
-e IDRAC_HOST=192.168.1.100 \
-e IDRAC_USERNAME=root \
-e IDRAC_PASSWORD=changeme \
docker.io/mrlhansen/idrac_exporter:1.4.0
核心参数说明
-p 9348:9348— Prometheus scrape 端口-e IDRAC_HOST— iDRAC 管理 IP-e IDRAC_PASSWORD— iDRAC 凭据(高敏)--restart unless-stopped— 持续采集
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: idrac-exporter
spec:
replicas: 1
selector:
matchLabels:
app: idrac-exporter
template:
metadata:
labels:
app: idrac-exporter
spec:
containers:
- name: exporter
image: docker.io/mrlhansen/idrac_exporter:1.4.0
ports:
- containerPort: 9348
envFrom:
- secretRef:
name: idrac-creds
---
apiVersion: v1
kind: Service
metadata:
name: idrac-exporter
spec:
selector:
app: idrac-exporter
ports:
- port: 9348
targetPort: 9348
管理网 hostNetwork 或 Macvlan;ServiceMonitor 采集多主机 target。
最新 Tag(20 件)
すべての 27 件の Tag を見る →| Tag | アーキテクチャ | プッシュ日時 | サイズ | Digest | 同期 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/mrlhansen/idrac_exporter :latest | linux/amd64linux/arm64 | 2025/08/18 20:35 | 13.7 MB | sha256:26a295c470f4… | |||
docker.io/mrlhansen/idrac_exporter :2.2.0 | linux/amd64linux/arm64 | 2025/08/18 20:35 | 13.7 MB | sha256:26a295c470f4… | |||
docker.io/mrlhansen/idrac_exporter :2.1.0 | linux/amd64linux/arm64 | 2025/07/15 16:27 | 13.7 MB | sha256:6617f57300b7… | |||
docker.io/mrlhansen/idrac_exporter :2.0.1 | linux/amd64linux/arm64 | 2025/07/06 22:08 | 13.7 MB | sha256:02ffd7b45c17… | |||
docker.io/mrlhansen/idrac_exporter :2.0.0 | linux/amd64linux/arm64 | 2025/06/01 15:54 | 13.7 MB | sha256:0336083be4b5… | |||
docker.io/mrlhansen/idrac_exporter :1.6.2 | linux/amd64linux/arm64 | 2025/03/27 14:18 | 13.7 MB | sha256:bdf8a487abc1… | |||
docker.io/mrlhansen/idrac_exporter :1.6.1 | linux/amd64linux/arm64/v8 | 2025/02/23 21:01 | 12.9 MB | sha256:0e937ca65b98… | |||
docker.io/mrlhansen/idrac_exporter :1.6.0 | linux/amd64linux/arm64 | 2025/02/02 18:09 | 12.9 MB | sha256:d7e1ecc32a73… | |||
docker.io/mrlhansen/idrac_exporter :1.5.0 | linux/amd64linux/arm64 | 2024/12/22 21:56 | 12.7 MB | sha256:705daa417ba6… | |||
docker.io/mrlhansen/idrac_exporter :1.4.4 | linux/arm64linux/amd64 | 2024/12/01 14:41 | 12.2 MB | sha256:7c184de86ba4… | |||
docker.io/mrlhansen/idrac_exporter :1.4.3 | linux/amd64linux/arm64 | 2024/11/09 17:32 | 12.6 MB | sha256:69341a1c3db0… | |||
docker.io/mrlhansen/idrac_exporter :1.4.2 | linux/amd64linux/arm64 | 2024/08/26 19:06 | 12.6 MB | sha256:03f309699458… | |||
docker.io/mrlhansen/idrac_exporter :1.4.1 | linux/amd64 | 2024/08/01 18:04 | 12.6 MB | sha256:93d8520a7d59… | |||
docker.io/mrlhansen/idrac_exporter :1.4.0 | linux/amd64 | 2024/07/24 01:50 | 14.9 MB | sha256:4876d14a5fc4… | |||
docker.io/mrlhansen/idrac_exporter :1.3.1 | linux/amd64 | 2024/06/20 23:08 | 14.9 MB | sha256:1c4ccbbb153b… | |||
docker.io/mrlhansen/idrac_exporter :1.3.0 | linux/amd64 | 2024/05/17 01:33 | 14.9 MB | sha256:194cbec51e8a… | |||
docker.io/mrlhansen/idrac_exporter :1.2.2 | linux/amd64 | 2024/05/03 22:46 | 14.9 MB | sha256:d891be63df36… | |||
docker.io/mrlhansen/idrac_exporter :1.2.1 | linux/amd64 | 2024/04/04 15:00 | 14.9 MB | sha256:51762794e493… | |||
docker.io/mrlhansen/idrac_exporter :1.2.0 | linux/amd64 | 2024/03/17 16:55 | 14.9 MB | sha256:91523daa03e1… | |||
docker.io/mrlhansen/idrac_exporter :1.1.0 | linux/amd64 | 2024/01/31 23:49 | 15.0 MB | sha256:8f0a9237f84a… |