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

https://github.com/mmpx12/upbot

Send sms when domain is down until you delete upbot.alert
https://github.com/mmpx12/upbot

bash free-mobile freemobile monitoring monitoring-scripts uptime uptime-monitor

Last synced: 26 days ago
JSON representation

Send sms when domain is down until you delete upbot.alert

Awesome Lists containing this project

README

          

# UPBOT

Check if website is up. Id down send sms every 30 sec until you delete upbot.alert.

**Only works with free mobile**

## RUN

Just change:

- DOMAIN
- FREE_ID
- FREE_TOKEN

make the script executable:

```sh
chmod +x upbot.sh
```

And add a cronjob to run it every minutes:

```
* * * * * /home/user/monitoring/upbot/upbot.sh
```

## Dependencies

- bash
- curl
- bc