diff options
Diffstat (limited to 'cfg/sample.cfg')
-rw-r--r-- | cfg/sample.cfg | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/cfg/sample.cfg b/cfg/sample.cfg index ff5abc6..e6a0325 100644 --- a/cfg/sample.cfg +++ b/cfg/sample.cfg @@ -43,9 +43,49 @@ 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'. + +# +# Define a macro for the Bytemark DNS servers +# +DNSHOSTS is a.ns.bytemark.co.uk and b.ns.bytemark.co.uk and c.ns.bytemark.co.uk. + +# +# Test that they return valid things. +# +DNSHOSTS must run dns for bytemark.co.uk resolving NS as '80.68.80.26;85.17.170.78;80.68.80.27'. +DNSHOSTS must run dns for www.bytemark.co.uk resolving A as '212.110.161.177'. +DNSHOSTS must run dns for bytemark.co.uk resolving MX as '89.16.184.148;89.16.184.149;89.16.184.150'. +DNSHOSTS must run dns for support.bytemark.co.uk resolving MX as '89.16.184.148;89.16.184.149;89.16.184.150'. +DNSHOSTS must run dns for admin.bytemark.co.uk resolving A as '212.110.161.144'. +DNSHOSTS must run dns for bytemark-hosting.co.uk resolving A as '212.110.161.177'. + + + +# +# TCP-protocol tests. +# +# The "tcp" probe is a general-purpose one that attempts to connect to the host-specified, +# on the port-specified, and optionally look for some text in the banner returned from that +# connection. +# +# Here you'll see we've duplicated two other protocol tests: +# +# mail.steve.org.uk must run smtp otherwise 'email fail'. +# ssh.steve.org.uk must run ssh on 2222 otherwise 'ssh fail'. +# + +# SMTP +# +mail.steve.org.uk must run tcp on 25 with banner 'smtp' otherwise 'mail fail'. + +# +# SSH +# +ssh.steve.org.uk must run tcp on 2222 with banner 'ssh' otherwise 'ssh fail'. + |