pleasebeup

Website monitoring and alert system (a one-day hackday project)

MIT License

Stars
0

pleasebeup

This was a hackday project that I built in one day with @samlader.

It's a website monitoring and alert system.

If your website stops responding to our pings you get an email alert. Our stretch goal was SMS alerts (but we didn't make it).

Rough install/running steps

In case I want to pick this up again:

Install:

cd .
npm install
cd task
pip install -r requirements

Run:

npm run start
docker-compose up -d task

and then the following tasks need to be running:

celery -A app worker --loglevel=info
celery -A app beat --loglevel=info

🧙‍♂️