Skip to content

Instantly share code, notes, and snippets.

@cocodrino
Created November 15, 2017 17:42
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 cocodrino/6e49b24783c93ddc352a463d5e342d8b to your computer and use it in GitHub Desktop.
Save cocodrino/6e49b24783c93ddc352a463d5e342d8b to your computer and use it in GitHub Desktop.
pagina up o mensaje correo
/usr/bin/wget "www.example.com" --timeout 30 -O - 2>/dev/null | grep "Normal operation string" || echo "The site is down" | /usr/bin/mail -v -s "Site is down" your@e-mail.address
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment