mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-09-02 08:25:34 +00:00
13 lines
365 B
YAML
13 lines
365 B
YAML
---
|
|
# smartctl-exporter - SMART disk metrics for Prometheus
|
|
# Hosts: london-b (100.84.65.101)
|
|
# Access: http://<host>:9633/metrics
|
|
|
|
services:
|
|
smartctl-exporter:
|
|
image: prometheuscommunity/smartctl-exporter
|
|
container_name: smartctl_exporter
|
|
restart: unless-stopped
|
|
privileged: true # Required for direct disk access
|
|
ports:
|
|
- "9633:9633"
|