Skip to content

Commit

Permalink
Add readme for testchecks directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterScott committed Apr 9, 2012
1 parent 61a31b9 commit 684196e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions checkserver/testchecks/README.md
@@ -0,0 +1,13 @@
Example checks for testing
---------

These checks are short, don't do much, and are here for testing out the check server. To run them, try this:

python server.py -d testchecks/

And go to one of the following URLs:

http://localhost:8111/check/slow?arg=hello
http://localhost:8111/check/fast?arg=world

The fast check is fast, the slow check takes five seconds.

0 comments on commit 684196e

Please sign in to comment.