Source: nsca-ng
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian Nagios Maintainer Group <pkg-nagios-devel@lists.alioth.debian.org>
Uploaders: Alexander Wirt <formorer@debian.org>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libconfuse-dev,
               libev-dev,
               libbsd-dev,
               libssl-dev,
               libsystemd-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/nagios-team/nsca-ng
Vcs-Git: https://salsa.debian.org/nagios-team/nsca-ng.git
Homepage: https://github.com/weiss/nsca-ng
Rules-Requires-Root: no

Package: nsca-ng-client
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: nsca-client
Description: Send monitoring commands to NSCA-ng server
 The send_nsca utility transmits one or more check results or
 monitoring commands to an NSCA-ng server.
 .
 The communication with the server is TLS encrypted and
 authenticated using pre-shared keys.

Package: nsca-ng-server
Architecture: any
Depends: adduser,
         lsb-base,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: icinga2
Description: Monitoring command acceptor
 The NSCA-ng server makes the Icinga command file accessible from remote
 systems.  This allows for submitting passive check results, downtimes, and many
 other commands to Icinga.
 .
 The communication with clients is TLS
 encrypted and authenticated using pre-shared keys (as per RFC 4279).  The
 NSCA-ng server supports per-client passwords and fine-grained authorization
 control.
