summaryrefslogtreecommitdiff
path: root/debian/control
blob: 9bc3dac4a2027f6666766c0a56f10f31d8baeaf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: custodian
Section: net
Priority: extra
Maintainer: Steve Kemp <steve@bytemark.co.uk>
Build-Depends: debhelper (>= 7.0.0), cdbs, ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8
Standards-Version: 3.9.1

Package: custodian
Architecture: all
Depends: ruby1.8, libjson-ruby1.8, libbeanstalkclient-ruby1.8, ${misc:Depends}
Suggests: beanstalkd
Description: This package provides remote monitoring
 This package allows you to setup a semi-distributed monitoring
 solution, using the Bytemark MauveAlert server for notication.
 .
 The monitoring will consist of a system to enqueue tests in
 a beanstalkd server, and an agent that will fetch tests from
 that same queue and execute them.