summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 89409690a9329824591709ffeae95607ff10c5b9 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: nagios-nrpe
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
XSBC-Original-Uploaders: Bas Couwenberg <sebastic@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libssl-dev,
               libwrap0-dev,
               openssl
Standards-Version: 4.6.1
Vcs-Browser: https://git.progress-linux.org/packages/graograman/nagios-nrpe
Vcs-Git: https://git.progress-linux.org/packages/graograman/nagios-nrpe
XSBC-Original-Vcs-Browser: https://salsa.debian.org/nagios-team/nrpe
XSBC-Original-Vcs-Git: https://salsa.debian.org/nagios-team/nrpe.git
Homepage: https://github.com/NagiosEnterprises/nrpe

Package: nagios-nrpe-server
Architecture: any
Depends: lsb-base,
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: monitoring-plugins-basic | monitoring-plugins
Suggests: xinetd | inetd
Pre-Depends: adduser,
             ${misc:Pre-Depends}
Conflicts: nagios-nrpe-doc
Description: Nagios Remote Plugin Executor Server
 Nagios is a host/service/network monitoring and management system.
 .
 The purpose of this addon is to allow you to execute Nagios plugins on a
 remote host in as transparent a manner as possible.
 .
 This program runs as a background process on the remote host and processes
 command execution requests from the check_nrpe plugin on the Nagios host.

Package: nagios-nrpe-plugin
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: nagios-nrpe-doc
Description: Nagios Remote Plugin Executor Plugin
 Nagios is a host/service/network monitoring and management system.
 .
 The purpose of this addon is to allow you to execute Nagios plugins on a
 remote host in as transparent a manner as possible.
 .
 This is a plugin that is run on the Nagios host and is used to contact the
 NRPE process on remote hosts.