File: control

package info (click to toggle)
nrpe-ng 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • ctags: 119
  • sloc: python: 895; sh: 95; makefile: 25
file content (36 lines) | stat: -rw-r--r-- 1,072 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
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: nrpe-ng
Maintainer: Chris Boot <crb@tiger-computing.co.uk>
Uploaders: Jonathan Wiltshire <jmw@tiger-computing.co.uk>
Section: net
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python (>= 2.20160609~),
 python3-all (>= 3.4~),
 python3-coverage,
 python3-daemon (>= 2.0~),
 python3-nose,
 python3-requests,
 python3-setuptools,
 python3-tornado (>= 4.4~),
Standards-Version: 4.0.1
Homepage: https://github.com/bootc/nrpe-ng
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/nrpe-ng.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/nrpe-ng.git
X-Python3-Version: >= 3.4

Package: nrpe-ng
Architecture: all
Depends:
 adduser,
 lsb-base (>= 3.0-6),
 python3-pkg-resources,
 ssl-cert,
 ${misc:Depends},
 ${python3:Depends},
Description: Next-generation Nagios remote plugin agent
 Nagios is a host/service/network monitoring and management system.
 .
 This is a rewrite from the ground up of NRPE, a Nagios remote plugin agent.
 This set of programs allows you to run Nagios check scripts on a remote host
 in a transparent and secure manner.