Skip to content

TheYarin/InternetOutageLogger

Repository files navigation

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.

About

Log internet outages to sqlite and to stdout!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages