Skip to content

Instantly share code, notes, and snippets.

@fedir
Created April 30, 2013 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedir/5489471 to your computer and use it in GitHub Desktop.
Save fedir/5489471 to your computer and use it in GitHub Desktop.
Play alarm.wav once site is back # from https://twitter.com/climagic/status/322922983763095552
while ! curl -m 10 http://www.example.com/ ; do echo still down ; sleep 10 ; done ; play alarm.wav # Play alarm.wav once site is back.
@fedir
Copy link
Author

fedir commented Apr 30, 2013

Possibilities to improve :

  • counting the time
  • using batch of sites
  • using type of notification
    • sound
    • text
    • email
  • inversion of choise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment