Get notified when a website updates/is down.
- Detects if website is up or returning a valid status
- Detects html changes
- Able to notify multiple emails
- Uses sendgrid api to send notification mails.
- export your sendgrid api key to env variable
SENDGRID_API_KEY
- Set your settings in
settings.py
- Run
monitor.py
Use
nohup ./monitor.py &
if you want to run it in the background.