The vrsc-mining-notifyer checks every 5 minutes if one of your veruscoin miners from luckpool is down. If there is something to report a discord message will be thrown via webhook.
node application will run in a docker container using pm2
very easy to customize ;)
$ docker build -t vrsc-mining-notifyer .
$ docker run -d -e "ADDRESS=YOUR-ADDRESS" -e "DISCORD_WEBHOOK_URL=YOUR-WH-URL" vrsc-mining-notifyer