Sign inSign up

mdhiggins/smartmontools

By mdhiggins

Updated 17 days ago

smartmontools with automated email notification daily

Image
2

50K+

mdhiggins/smartmontools repository overview

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

Tag summary

Content type

Image

Digest

sha256:6078fd001

Size

15 MB

Last updated

17 days ago

docker pull mdhiggins/smartmontools