Overview

Full name
docker.io/prom/blackbox-exporter
Registry
docker.io
Namespace
prom
Repository
blackbox-exporter
Cached tags
37
Last synced
07/13/2026, 09:28 AM

Introduction

Prometheus Blackbox Exporter 镜像,通过 HTTP/TCP/ICMP/DNS 探测端点可用性,Prometheus 黑盒监控与 SLA 探测专用 exporter。

Details

prom/blackbox-exporter 运行 Prometheus Blackbox Exporter,通过 HTTP、TCP、ICMP 与 DNS 协议探测端点可用性与响应延迟,供 Prometheus 抓取。定位为黑盒探测 exporter,无状态 HTTP 服务;K8s Deployment 内网 SLA 监控。

快速启动

docker run -d --name blackbox-exporter \
  -p 9115:9115 \
  docker.io/prom/blackbox-exporter:latest

推荐实践

docker run -d --name blackbox-exporter \
  --restart unless-stopped \
  -p 9115:9115 \
  -v /data/blackbox.yml:/config/blackbox.yml \
  docker.io/prom/blackbox-exporter:v0.25.0

核心参数说明

  • -p 9115:9115 — Blackbox metrics 与 probe API
  • -v .../blackbox.yml:... — 探测模块配置
  • 集成 — Prometheus scrape + relabel
  • --restart unless-stopped — exporter 持续在线

Kubernetes

apiVersion: apps/v1
kind: Deployment
metadata:
  name: blackbox-exporter
spec:
  replicas: 1
  selector:
    matchLabels:
      app: blackbox-exporter
  template:
    metadata:
      labels:
        app: blackbox-exporter
    spec:
      containers:
        - name: blackbox
          image: docker.io/prom/blackbox-exporter:v0.25.0
          ports:
            - containerPort: 9115
          volumeMounts:
            - name: config
              mountPath: /config
      volumes:
        - name: config
          configMap:
            name: blackbox-config
---
apiVersion: v1
kind: Service
metadata:
  name: blackbox-exporter
spec:
  selector:
    app: blackbox-exporter
  ports:
    - port: 9115
      targetPort: 9115

ServiceMonitor 配置 probe 目标;Prometheus relabel 传递 target 参数。

Latest tags (20)

View all 37 tags →
TagArchPushed AtSizeDigestSyncWishAction
docker.io/prom/blackbox-exporter
:master-distroless
linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/riscv64linux/s390x
2026/07/11 16:4616.9 MBsha256:3d602dbf198d
docker.io/prom/blackbox-exporter
:master
linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/riscv64linux/s390x
2026/07/11 16:4517.2 MBsha256:ee8f8b4f710d
docker.io/prom/blackbox-exporter
:master-busybox
linux/amd64linux/arm64linux/arm/v7linux/ppc64lelinux/riscv64linux/s390x
2026/07/11 16:4417.2 MBsha256:ee8f8b4f710d
docker.io/prom/blackbox-exporter
:latest
linux/amd64linux/arm64linux/arm/v7linux/ppc64le
2025/12/06 21:2816.8 MBsha256:43027b43fb78
docker.io/prom/blackbox-exporter
:v0.28.0
linux/ppc64lelinux/amd64linux/arm64linux/arm/v7
2025/12/06 21:2817.5 MBsha256:c43f7993bffd
docker.io/prom/blackbox-exporter
:v0.27.0
linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64le
2025/06/30 20:5016.0 MBsha256:63ec596b0209
docker.io/prom/blackbox-exporter
:v0.26.0
linux/amd64linux/arm64/v8linux/arm/v7linux/ppc64le
2025/02/26 20:3313.1 MBsha256:c78a587054ac
docker.io/prom/blackbox-exporter
:v0.25.0
linux/arm64/v8linux/arm/v7linux/ppc64lelinux/amd64
2024/04/09 21:0211.4 MBsha256:9761529b5ff5
docker.io/prom/blackbox-exporter
:v0.24.0
linux/amd64linux/arm/v7linux/ppc64lelinux/arm64/v8
2023/05/16 19:1711.8 MBsha256:0ced91b67caa
docker.io/prom/blackbox-exporter
:v0.23.0
linux/amd64linux/arm64linux/ppc64lelinux/arm
2022/12/02 20:3611.6 MBsha256:3b3883c1bf0a
docker.io/prom/blackbox-exporter
:v0.22.0
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/08/02 22:0711.5 MBsha256:b8eef89a2902
docker.io/prom/blackbox-exporter
:v0.21.1
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/06/17 20:3311.4 MBsha256:a52cee094c09
docker.io/prom/blackbox-exporter
:v0.21.0
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/05/30 20:5311.4 MBsha256:2bdd7387f6c8
docker.io/prom/blackbox-exporter
:v0.21.0-rc.0
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/05/10 20:1711.4 MBsha256:c171afe23178
docker.io/prom/blackbox-exporter
:v0.20.0
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/03/17 01:5510.6 MBsha256:859fb147092f
docker.io/prom/blackbox-exporter
:v0.20.0-rc.0
linux/amd64linux/arm64linux/armlinux/ppc64le
2022/02/18 03:4010.6 MBsha256:303792108522
docker.io/prom/blackbox-exporter
:v0.19.0
linux/arm64linux/amd64linux/ppc64lelinux/arm
2021/05/10 21:069.2 MBsha256:21e2c116b323
docker.io/prom/blackbox-exporter
:v0.18.0
linux/amd64linux/armlinux/ppc64lelinux/arm64
2020/10/12 18:009.7 MBsha256:83e57545859a
docker.io/prom/blackbox-exporter
:v0.17.0
linux/armlinux/amd64linux/arm64linux/ppc64le
2020/06/19 20:119.5 MBsha256:88f99c0cad0b
docker.io/prom/blackbox-exporter
:v0.16.0
linux/arm64linux/armlinux/amd64
2019/11/12 00:408.7 MBsha256:a0346415c0da