2019-10-11 21:56:16 +02:00
|
|
|
# Monitoring scripts for IP changes and connection speed
|
2019-03-24 16:16:11 +01:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
2019-10-11 21:56:16 +02:00
|
|
|
* Python 3 with the modules from `requirements.txt`
|
|
|
|
* A MySQL database (I use MariaDB)
|
|
|
|
* A DynDNS server that supports the [Remote Access Update API](https://help.dyn.com/remote-access-api/)
|
|
|
|
|
2019-03-24 16:16:11 +01:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
2019-10-11 21:56:16 +02:00
|
|
|
1. Configure the two scripts using `config.ini`
|
|
|
|
1. Set cronjobs for the two scripts. I currently run them every 15 minutes.
|