Skip to content

Instantly share code, notes, and snippets.

@uutarou10
Created January 8, 2018 14:12
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 uutarou10/86416893380eb5bc6493b60d113bee50 to your computer and use it in GitHub Desktop.
Save uutarou10/86416893380eb5bc6493b60d113bee50 to your computer and use it in GitHub Desktop.
wget --spider -nv --timeout 10 -t 1 http://hogehoge.cloud.teu.ac.jp
if [ $? = 0 ]; then
curl -X POST --data-urlencode 'payload={"text":"復活なう!\n急げ!"}' https://hooks.slack.com/services/xxxxxxxxxxxxxx
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment