summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-25 19:39:37 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-25 19:39:37 +0000
commita261a3276f6380ac849ac0cac02f05a05ed57b6a (patch)
tree41d34fb665f414171c4d02ca6ce9b3efa5026775 /bin
parent3fafb93c4e7c22fe7d290327fe5b7d24174dec21 (diff)
Removed references to sentinel.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue7
-rwxr-xr-xbin/custodian-enqueue2
2 files changed, 3 insertions, 6 deletions
diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue
index 1e68a27..2d25f0f 100755
--- a/bin/custodian-dequeue
+++ b/bin/custodian-dequeue
@@ -32,12 +32,9 @@
# ABOUT
#
# This tool is designed to pull network/protocol-tests from a beanstalkd server and execute
-# them, in series.
+# them one by one.
#
-# The tests are created, via custodian-enqueue, by parsing a configuration
-# file largely compatible with that used for our obsolete sentinel tool.
-#
-# The results of the testing will be sent to a mauvealert server.
+# The results of the testing will be sent to a notifier, where they can later be acted upon.
#
#
# AUTHOR
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue
index fae0779..34e225a 100755
--- a/bin/custodian-enqueue
+++ b/bin/custodian-enqueue
@@ -1,7 +1,7 @@
#!/usr/bin/ruby1.8
#
# NAME
-# custodian-enqueue - Insert sentinel-probes into a queue.
+# custodian-enqueue - Parse tests from a file and enqueue to beanstalkd.
#
# SYNOPSIS
# custodian-enqueue [ -h | --help ]