diff options
-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'. + |