52 lines
2 KiB
Text
52 lines
2 KiB
Text
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 (= 13),
|
|
libssl-dev,
|
|
libwrap0-dev,
|
|
openssl
|
|
Standards-Version: 4.7.0
|
|
Vcs-Browser: https://git.progress-linux.org/horok/nagios-nrpe
|
|
Vcs-Git: https://git.progress-linux.org/horok/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
|
|
Rules-Requires-Root: no
|
|
|
|
Package: nagios-nrpe-server
|
|
Architecture: any
|
|
Depends: sysvinit-utils (>= 3.05-4~),
|
|
${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.
|