File: control

package info (click to toggle)
nrpe-ng 0.2.0-1.3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 264 kB
  • sloc: python: 895; sh: 95; makefile: 25
file content (33 lines) | stat: -rw-r--r-- 950 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
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-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-coverage,
 python3-daemon,
 python3-requests,
 python3-setuptools,
 python3-tornado,
Standards-Version: 4.0.1
Homepage: https://github.com/bootc/nrpe-ng
Vcs-Browser: https://salsa.debian.org/debian/nrpe-ng
Vcs-Git: https://salsa.debian.org/debian/nrpe-ng.git

Package: nrpe-ng
Architecture: all
Depends:
 adduser,
 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.