mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing --- to 13 more yml files - fix comment indentation in prometheus.yml
13 lines
366 B
YAML
13 lines
366 B
YAML
---
|
|
# smartctl-exporter - SMART disk metrics for Prometheus
|
|
# Host: london-b (100.84.65.101)
|
|
# Access: http://london-b: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"
|