diff options
author | rh <rh@pkgsrc.org> | 2001-05-14 18:01:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2001-05-14 18:01:22 +0000 |
commit | 25153d79c59e302bfa1378e1ef35296e8931901c (patch) | |
tree | 2da1486f347fc932c0c1596cec4aa97c87eb0e6e /net/nsca | |
parent | 1395578dfa4c7aa74d87f7ca9126f69d189ae2fa (diff) | |
download | pkgsrc-25153d79c59e302bfa1378e1ef35296e8931901c.tar.gz |
Initial import of nsca-1.1.0, the Netsaint Service Check Acceptor.
Diffstat (limited to 'net/nsca')
-rw-r--r-- | net/nsca/Makefile | 26 | ||||
-rw-r--r-- | net/nsca/distinfo | 4 | ||||
-rw-r--r-- | net/nsca/pkg/DESCR | 5 | ||||
-rw-r--r-- | net/nsca/pkg/PLIST | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net/nsca/Makefile b/net/nsca/Makefile new file mode 100644 index 00000000000..560450f51d3 --- /dev/null +++ b/net/nsca/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/05/14 18:01:22 rh Exp $ +# + +DISTNAME= nsca-1.1.0 +CATEGORIES= net +MASTER_SITES= http://netsaint.sourceforge.net/download/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://netsaint.sourceforge.net/docs/0_0_6/addons.html\#nsca +COMMENT= submit passive NetSaint checks results to another server + +DEPENDS+= netsaint-base-*:../../net/netsaint-base + +GNU_CONFIGURE= YES + +do-install: +.for prg in nsca send_nsca + ${INSTALL_PROGRAM} ${WRKSRC}/src/${prg} ${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/${prg}.cfg ${PREFIX}/etc/${prg}.cfg.sample +.endfor + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nsca +.for doc in Changelog README SECURITY + ${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/nsca +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/net/nsca/distinfo b/net/nsca/distinfo new file mode 100644 index 00000000000..a999c89b854 --- /dev/null +++ b/net/nsca/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/05/14 18:01:22 rh Exp $ + +SHA1 (nsca-1.1.0.tar.gz) = 78bb22264559c2fb324f51ca5cf4b81879223590 +Size (nsca-1.1.0.tar.gz) = 38700 bytes diff --git a/net/nsca/pkg/DESCR b/net/nsca/pkg/DESCR new file mode 100644 index 00000000000..06d2e32c56b --- /dev/null +++ b/net/nsca/pkg/DESCR @@ -0,0 +1,5 @@ + Nsca is an add-on for NetSaint that allows you to send passive service +check results from remote hosts to a central monitoring host that runs +NetSaint. The client can be used as a standalone program or can be +integrated with remote NetSaint servers that run an ocsp command to setup +a distributed monitoring environment. diff --git a/net/nsca/pkg/PLIST b/net/nsca/pkg/PLIST new file mode 100644 index 00000000000..c8bab1c7371 --- /dev/null +++ b/net/nsca/pkg/PLIST @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/14 18:01:22 rh Exp $ +etc/nsca.cfg.sample +etc/send_nsca.cfg.sample +sbin/nsca +sbin/send_nsca +share/doc/nsca/Changelog +share/doc/nsca/README +share/doc/nsca/SECURITY +@dirrm share/doc/nsca |