An open API service indexing awesome lists of open source software.

https://github.com/healeycodes/pleasebeup

Website monitoring and alert system (a one-day hackday project)
https://github.com/healeycodes/pleasebeup

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# pleasebeup

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

It's a **website monitoring and alert system**.


![](https://github.com/healeycodes/pleasebeup/raw/master/preview-home.png)


![](https://github.com/healeycodes/pleasebeup/raw/master/preview-dashboard.jpg)


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
```


🧙‍♂️