diff options
Diffstat (limited to 'net-analyzer/nagios-nsca/metadata.xml')
-rw-r--r-- | net-analyzer/nagios-nsca/metadata.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/nagios-nsca/metadata.xml b/net-analyzer/nagios-nsca/metadata.xml new file mode 100644 index 0000000..7ebc0ad --- /dev/null +++ b/net-analyzer/nagios-nsca/metadata.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>netmon</herd> + <maintainer> + <email>dertobi123@gentoo.org</email> + <name>Tobias Scherbaum</name> + </maintainer> + <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> +</pkgmetadata> + |