Overview
- Full name
docker.io/vxcontrol/scraper- Registry
- docker.io
- Namespace
- vxcontrol
- Repository
- scraper
- Cached tags
- 1
- Last synced
- 07/06/2026, 09:03 PM
Introduction
vSphere/VMware 环境指标采集器镜像,抓取 ESXi 与 vCenter 性能与清单数据,供监控平台或容量分析使用。
Details
vxcontrol scraper 面向 VMware 虚拟化栈,通过 vCenter/ESXi API 周期性拉取主机、虚拟机、数据存储等指标。部署需配置 vCenter 地址、只读服务账户与采集间隔;建议在内网监控 VLAN 运行,凭证通过 env 或 secret 注入。非通用 Web 服务,通常作为 sidecar 或 CronJob 对接 Prometheus/InfluxDB。
快速启动
docker run --rm --name vsphere-scraper \
-e VCENTER_HOST=vcenter.example.com \
-e VCENTER_USER=monitor@sso \
-e VCENTER_PASSWORD=secret \
docker.io/vxcontrol/scraper:latest
推荐实践
docker run -d --name vsphere-scraper \
--restart unless-stopped \
-e VCENTER_HOST=vcenter.example.com \
-e VCENTER_USER=monitor@sso \
-e VCENTER_PASSWORD=secret \
-e SCRAPE_INTERVAL=60s \
-v scraper_out:/output \
docker.io/vxcontrol/scraper:latest
核心参数说明
-e VCENTER_HOST— vCenter FQDN 或 IP-e VCENTER_USER/-e VCENTER_PASSWORD— 只读监控账户-e SCRAPE_INTERVAL— 采集周期-v scraper_out:/output— 指标或 JSON 导出目录- 最小权限 — vCenter 角色应仅含 Read-only 与 Stats
Latest tags (20)
View all 1 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/vxcontrol/scraper :latest | linux/amd64linux/arm64 | 2024/10/15 18:10 | 1.2 GB | sha256:b5c09a004790… |