Created
November 20, 2018 04:20
-
-
Save jacopen/c2a4ccb553f8f1f272b39eaa4fab3096 to your computer and use it in GitHub Desktop.
statuscode check script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while true; do echo `date '+%Y-%m-%d %H:%M:%S'` -- `curl -LIs http://slack.paas.jp -o /dev/null -w '%{http_code}\n'` >> log;sleep 1; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment