Log internet outages to sqlite and to stdout!
InternetOutageLogger simply pings 1.1.1.1 and if no response is received in a timely manner, an outage is logged.
- Linux (because of the lazy ping implementation)
- Python 3
Run:
python3 ./InternetOutageLogger.py
An outages.db
file will be created locally.