Skip to content

Releases: Remag29/check_my_raid

1.3

11 Nov 14:53
1b28f0c
Compare
Choose a tag to compare

Version 1.3

Changed:

  • Change the methods to get the states of all raid array (fix #4)
  • Change the content of the Discord notification (fix #5).

Docker compose

---
services:
    checkmyraid:
        image: remag29/check_my_raid:latest
        volumes:
            - /proc/mdstat:/app/data/mdstat:ro
        environment:
            - TZ='Europe/Paris'
            - CHECK_ON_STARTUP=False
            - TRIGER_SCHEDULE_AT='12:00'
            - DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}
        restart: unless-stopped

Docker Hub

https://hub.docker.com/repository/docker/remag29/check_my_raid/general

1.2

24 Oct 14:53
Compare
Choose a tag to compare
1.2

Version 1.2

Changed:

  • Add the variable CHECK_ON_STARTUP to define if a check need to be done on startup of the container
  • Change the default presentation of the docker-compose.yml file (variable on the file. Only the Discord webhook is on the .env file)
  • Fix error when the variable TRIGER_SCHEDULE_AT is not set.

Docker compose

---
services:
    checkmyraid:
        image: remag29/check_my_raid:latest
        volumes:
            - /proc/mdstat:/app/data/mdstat:ro
        environment:
            - TZ='Europe/Paris'
            - CHECK_ON_STARTUP=False
            - TRIGER_SCHEDULE_AT='12:00'
            - DISCORD_WEBHOOK_URL=${DISCORD_WEBHOOK_URL}
        restart: unless-stopped

Docker Hub

https://hub.docker.com/repository/docker/remag29/check_my_raid/general