File: control

package info (click to toggle)
nagios-nrpe 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,520 kB
  • sloc: ansic: 6,073; sh: 4,164; makefile: 248; perl: 59
file content (46 lines) | stat: -rw-r--r-- 1,663 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
37
38
39
40
41
42
43
44
45
46
Source: nagios-nrpe
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libssl-dev,
               libwrap0-dev,
               openssl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/nagios-team/nrpe
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.