diff options
author | sergei <sergei@FreeBSD.org> | 2003-12-14 06:47:09 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-12-14 06:47:09 +0800 |
commit | 98e79e1544c94c85c0c08431a6a877b2441807b7 (patch) | |
tree | 456177252bd12732e98880bf6b91a9f762bfe7a9 /net/Makefile | |
parent | 98b92f23424c47408ca6cfbc46bd1ea76b03c396 (diff) | |
download | freebsd-ports-gnome-98e79e1544c94c85c0c08431a6a877b2441807b7.tar.gz freebsd-ports-gnome-98e79e1544c94c85c0c08431a6a877b2441807b7.tar.zst freebsd-ports-gnome-98e79e1544c94c85c0c08431a6a877b2441807b7.zip |
Add nsca 2.4, Nagios Service Check Acceptor.
The Nagios Service Check Acceptor (NSCA) is used to send service check
results to a central Nagios server. This consists of the "nsca" daemon
which runs on the main Nagios server and accepts results and the
"check_nsca" plugin which is used to send results to the server.
Author: Ethan Galstad
WWW: http://www.nagios.org/
PR: 59436
Submitted by: Paul Dlug <paul@nerdlabs.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 757ec2d06c0f..9ce09075a65d 100644 --- a/net/Makefile +++ b/net/Makefile @@ -388,6 +388,7 @@ SUBDIR += nrpep SUBDIR += ns SUBDIR += nsc + SUBDIR += nsca SUBDIR += nss_ldap SUBDIR += nstreams SUBDIR += ntalk |