diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-24 11:51:01 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-24 11:51:01 +0000 |
commit | 39515b2d725fc55289099bd9646a033702dc6313 (patch) | |
tree | ac61907c932c4f7bf8a73133fb62fae79b7cf02a | |
parent | 5d995ab8bf1e859bbba87e40553ed4488ee01b97 (diff) |
Added some samples
-rw-r--r-- | cfg/sample.cfg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cfg/sample.cfg b/cfg/sample.cfg index 34b65d9..ff5abc6 100644 --- a/cfg/sample.cfg +++ b/cfg/sample.cfg @@ -33,3 +33,19 @@ # Now we have some simple tests # +# +# Bytemark hosts a mirror of various things, for the benefit of our users +# and the general UK network. +# +# Test that this mirror is available +# +mirror.bytemark.co.uk must run ftp otherwise 'mirror ftp failure'. +mirror.bytemark.co.uk must run rsync otherwise 'mirror rsync failure'. +mirror.bytemark.co.uk must run ping otherwise 'mirror ping failure'. + + +# Ensure the Bytemark blog is active +# +blog.bytemark.co.uk must ping otherwise 'blog failure?'. +http://blog.bytemark.co.uk/ must run http with content 'Bytemark Blog' otherwise 'blog is not available'. + |