I'm running exporter in a container like this:
smartctl-exporter:
image: prometheuscommunity/smartctl-exporter:v0.14.0
privileged: true
user: root
ports:
- "0.0.0.0:9633:9633"
deploy:
resources:
limits:
cpus: "0.25"
memory: 64M
restart: unless-stopped
command:
- "--smartctl.powermode-check=never"
It detects disks that are present at boot, but if one of the disks disappears, it doesn't see that for some reason, which seems like a bug to me.
I'm running exporter in a container like this:
It detects disks that are present at boot, but if one of the disks disappears, it doesn't see that for some reason, which seems like a bug to me.