Skip to content

Instantly share code, notes, and snippets.

@nikcub
Created July 21, 2016 02:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikcub/b1c367c108deef7bb5a8a42752ffe1cf to your computer and use it in GitHub Desktop.
Save nikcub/b1c367c108deef7bb5a8a42752ffe1cf to your computer and use it in GitHub Desktop.
downtime tracker
* * * * * ! ping -q -c1 www.google.com >/dev/null && echo `date` >> ~/.downtime.log >/dev/null 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment