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 | 902ccf799386cbc2c97f3c0d7f96e639dc0ab265 (patch) | |
| tree | ac61907c932c4f7bf8a73133fb62fae79b7cf02a /cfg | |
| parent | cee6b10e64d203a8f686857dbaf7f75d56b65f75 (diff) | |
  Added some samples
Diffstat (limited to 'cfg')
| -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'. + | 
