mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- Add smartctl-exporter to copenhagen-a docker_services - Add copenhagen-a as a Prometheus smartmontools scrape target - Update compose file comment to reflect multi-host usage Closes PESO-128
13 lines
395 B
YAML
13 lines
395 B
YAML
---
|
|
# smartctl-exporter - SMART disk metrics for Prometheus
|
|
# Hosts: london-b (100.84.65.101), copenhagen-a (100.89.206.60)
|
|
# 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"
|