diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-12-18 11:56:32 +0200 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-12-18 11:56:32 +0200 |
commit | ca00933b7094642f218d428bf663f99f9c5e524d (patch) | |
tree | 4ea24656009aa5897293bde481ca391e42290515 /debian | |
parent | 048e2bfb8e8bdb152d5373b47dd54553e40e5b78 (diff) |
Removed references and support for beanstalkd.
The beanstalkd queue used to be used in the past, and we later
added support for Redis via a simple abstraction layer. But now
we've no longer tested and used beanstalkd for over a year, and
the client-libraries are no longer available as native Debian
packages.
With that in mind we've excised the code, although left the
abstraction-class in-place.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 0113425..e9e3f9b 100644 --- a/debian/control +++ b/debian/control @@ -10,13 +10,13 @@ Homepage: https://projects.bytemark.co.uk/projects/custodian/ Package: custodian Architecture: all Depends: ruby, rubygems, ${misc:Depends}, libldap-ruby | libldap-ruby1.8 -Suggests: beanstalkd, mauvealert-client (>= 3.13.1) +Suggests: mauvealert-client (>= 3.13.1) Description: remote monitoring via distributed agents This package allows you to setup a semi-distributed monitoring solution, using the Bytemark MauveAlert server for notification. . The monitoring consists of a system to enqueue tests in - a beanstalkd server, and an agent that will fetch tests from + a global queue, and an agent that will fetch tests from that same queue and execute them. Package: custodian-bytemark |