nagios-nrpe/debian/control

48 lines
1.7 KiB
Plaintext
Raw Normal View History

2014-07-15 18:30:36 +02:00
Source: nagios-nrpe
2016-12-24 10:24:09 +01:00
Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Bas Couwenberg <sebastic@debian.org>
2014-07-15 18:30:36 +02:00
Section: net
Priority: optional
2016-12-24 10:24:09 +01:00
Build-Depends: debhelper (>= 9),
dh-autoreconf,
2017-06-22 16:50:52 +02:00
dh-systemd,
2017-06-18 13:39:05 +02:00
libssl-dev,
2016-12-24 10:24:09 +01:00
libwrap0-dev,
openssl
2017-09-03 10:52:40 +02:00
Standards-Version: 4.0.0
2016-12-24 10:24:09 +01:00
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-nagios/pkg-nrpe.git
Vcs-Git: https://anonscm.debian.org/git/pkg-nagios/pkg-nrpe.git
Homepage: https://github.com/NagiosEnterprises/nrpe
2014-07-15 18:30:36 +02:00
Package: nagios-nrpe-server
Architecture: any
2016-12-24 10:24:09 +01:00
Depends: lsb-base,
${shlibs:Depends},
${misc:Depends}
Recommends: monitoring-plugins-basic | monitoring-plugins
Suggests: xinetd | inetd
2014-07-15 18:30:36 +02:00
Pre-Depends: adduser
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
2016-12-24 10:24:09 +01:00
Depends: ${shlibs:Depends},
${misc:Depends}
2014-07-15 18:30:36 +02:00
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.