Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 391 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 391 Bytes

InternetOutageLogger

Log internet outages to sqlite and to stdout!

How it works

InternetOutageLogger simply pings 1.1.1.1 and if no response is received in a timely manner, an outage is logged.

Requirements

  • Linux (because of the lazy ping implementation)
  • Python 3

Usage

Run:

python3 ./InternetOutageLogger.py

An outages.db file will be created locally.