Sign inSign up

rugarci/smartd

By rugarci

Updated over 1 year ago

S.M.A.R.T mail alerts with Docker

Image
0

2.3K

rugarci/smartd repository overview

docker-smartd

Latest Github release Image size Docker Pulls

S.M.A.R.T mail alerts with Docker

Tested on Raspberry Pi 3, 4

Usage

docker run --privileged -e [email protected] -e [email protected] -e SMTP_HOSTNAME=smartd -e SMTP_MAIL_HUB=smtp.gmail.com:587 -e [email protected] -e SMTP_AUTH_PASS=xxxxxxxx rugarci/smartd

For Docker compose

  smartd:
    image: rugarci/smartd
    environment:
      - [email protected]
      - [email protected]
      - SMTP_HOSTNAME=smartd
      - SMTP_MAIL_HUB=smtp.gmail.com:587
      - [email protected] 
      - SMTP_AUTH_PASS=xxxxxxxx
      - SMARTD_OPTIONS=-d scsi -n standby,15
    privileged: true

Tag summary

Content type

Image

Digest

sha256:738a9053a

Size

12.2 MB

Last updated

over 1 year ago

docker pull rugarci/smartd