File: control

package info (click to toggle)
nsca-ng 1.6-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,516 kB
  • sloc: ansic: 13,246; sh: 634; makefile: 231; perl: 137; python: 15
file content (46 lines) | stat: -rw-r--r-- 1,560 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: nsca-ng
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.