diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:21:12 +0000 |
commit | 393853db31e146165afcabf94d20d653f32001b1 (patch) | |
tree | e0b0ae14e8dcafadef5f0b6e4284f8e6e1600677 /debian/control | |
parent | Adding upstream version 4.1.0. (diff) | |
download | nagios-nrpe-393853db31e146165afcabf94d20d653f32001b1.tar.xz nagios-nrpe-393853db31e146165afcabf94d20d653f32001b1.zip |
Adding debian version 4.1.0-1.debian/4.1.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f72262c --- /dev/null +++ b/debian/control @@ -0,0 +1,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. |