smartmontools with automated email notification daily
50K+
Debian container with smarttools, mailutils and ssmtp that does daily SMART drive checks and emails the report
Docker-compose sample:
smartmontools:
image: mdhiggins/smartmontools
privileged: true
environment:
- MAIL=${MAIL} # address to email report to
volumes:
- /opt/appdata/smartmontools/smartd.conf:/etc/smartd.conf
- /opt/appdata/smartmontools/ssmtp:/etc/ssmtp
restart: always
Content type
Image
Digest
sha256:6078fd001…
Size
15 MB
Last updated
17 days ago
docker pull mdhiggins/smartmontools