prometheus-smartctl
S.M.A.R.T exporter for Prometheus
100K+
This is a Docker image to export S.M.A.R.T metrics for Prometheus. This image needs to run as privileged in order to work, because it uses smartctl command line tool.
Repository: https://github.com/matusnovak/prometheus-smartctl
version: '3'
services:
smartctl-metrics:
image: matusnovak/prometheus-smartctl:latest
restart: unless-stopped
privileged: true
ports:
- 9902:9902
Your metrics will be available at http://localhost:9902/metrics
Content type
Image
Digest
sha256:58cce18e2…
Size
23.8 MB
Last updated
over 1 year ago
docker pull matusnovak/prometheus-smartctl