File: control

package info (click to toggle)
nagios-plugins-rabbitmq 1%3A2.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 368 kB
  • sloc: perl: 1,409; sh: 24; makefile: 15
file content (36 lines) | stat: -rw-r--r-- 1,372 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: nagios-plugins-rabbitmq
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Cyril Bouthors <cyb@debian.org>,
           Andreas Tille <tille@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libjson-perl,
               libmodule-build-perl,
               libmonitoring-plugin-perl,
               libtest-script-perl <!nocheck>,
               liburi-perl,
               libwww-perl,
               perl,
               rsync
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/nagios-team/nagios-plugins-rabbitmq
Vcs-Git: https://salsa.debian.org/nagios-team/nagios-plugins-rabbitmq.git
Homepage: https://github.com/jamesc/nagios-plugins-rabbitmq
Testsuite: autopkgtest-pkg-perl

Package: nagios-plugins-rabbitmq
Architecture: all
Depends: libjson-perl,
         libmonitoring-plugin-perl,
         liburi-perl,
         libwww-perl,
         ${perl:Depends},
         ${misc:Depends}
Suggests: rabbitmq-server
Description: Set of Nagios checks useful for monitoring a RabbitMQ server
 They use the RabbitMQ management interface with is over HTTP and therefore have
 a very light profile on the nagios server.
 .
 See the [documentation](http://www.rabbitmq.com/management.html) on the
 RabbitMQ management interface for more details on what it provides.