summaryrefslogtreecommitdiff
blob: 792faf878859abafbcac7dc2b960e8d01acce2ce (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sysadmin</herd>
  <longdescription lang="en">
    This program is designed to accept passive service check results
    from clients that use the send_nsca utility (which is included in
    this package) and pass them along to the Nagios process by using
    the external command interface. The program can either be run as a
    standalone daemon or as a service under inetd. If you have
    libmcrypt installed on your systems, you can choose from multiple
    crypto algorithms (DES, 3DES, CAST, xTEA, Twofish, LOKI97,
    RJINDAEL, SERPENT, GOST, SAFER/SAFER+, etc.) for encrypting the
    traffic between the client and the server.  Encryption is
    important in this addon, as it prevents unauthorized users from
    sending bogus check results to Nagios. Read the included SECURITY
    document for more information.

    This package provides the send_nsca utility running on the client.
  </longdescription>
  <use>
    <flag name="crypt">
      Build support for crypted communication with nsca, through
      <pkg>dev-libs/mcrypt</pkg>. It's recommended not to disable this
      flag unless all the communication will be handled in an
      absolutely safe environment.
    </flag>
    <flag name="minimal">
      Only build and install the send_nsca command and not the
      daemon. This allows a very minimal install with no overhead when
      setting up a node.
    </flag>
  </use>
  <upstream>
    <remote-id type="sourceforge">nagios</remote-id>
  </upstream>
</pkgmetadata>