/downtime-tracker

Track the downtime of your ISP from a home server.

Primary LanguagePython

Combination of work from here and here.

Setup

  1. Clone repo.
  2. sudo cp downtime.sh /etc/init.d
  3. chmod 755 downtime.py
  4. chmod 755 /etc/init.d/downtime.sh
  5. sudo update-rc.d downtime.sh defaults
  6. sudo /etc/init.d/downtime.sh start