File: control

package info (click to toggle)
nagios-plugins-rabbitmq 1%3A1.2.0-2.3
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 244 kB
  • sloc: perl: 980; sh: 24; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 818 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: nagios-plugins-rabbitmq
Section: net
Priority: optional
Maintainer: Cyril Bouthors <cyril@boutho.rs>
Uploaders: Cyril Bouthors <cyb@debian.org>, Cyril Bouthors <cyril@bouthors.org>
Build-Depends: debhelper (>= 5), rsync, libmodule-build-perl
Standards-Version: 3.9.5

Package: nagios-plugins-rabbitmq
Architecture: all
Depends: ${shlibs:Depends},
  ${misc:Depends},
  libjson-perl,
  libmonitoring-plugin-perl,
  liburi-perl,
  libwww-perl
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.