summaryrefslogtreecommitdiff
path: root/net/netsaint-plugin-cluster
diff options
context:
space:
mode:
authorrh <rh>2001-05-16 08:03:26 +0000
committerrh <rh>2001-05-16 08:03:26 +0000
commitdcc7c57467e918c23ccdd6e0e0364d355de69df7 (patch)
tree374ad73f59ed146346e2313ead379695cb70d569 /net/netsaint-plugin-cluster
parent9b9e08bff972e6542b3cde783ba2d299a212757a (diff)
downloadpkgsrc-dcc7c57467e918c23ccdd6e0e0364d355de69df7.tar.gz
Initial import of netsaint-plugin-cluster-20001207, a cluster checking
plugin for NetSaint.
Diffstat (limited to 'net/netsaint-plugin-cluster')
-rw-r--r--net/netsaint-plugin-cluster/Makefile26
-rw-r--r--net/netsaint-plugin-cluster/distinfo4
-rw-r--r--net/netsaint-plugin-cluster/pkg/DESCR4
-rw-r--r--net/netsaint-plugin-cluster/pkg/PLIST2
4 files changed, 36 insertions, 0 deletions
diff --git a/net/netsaint-plugin-cluster/Makefile b/net/netsaint-plugin-cluster/Makefile
new file mode 100644
index 00000000000..b80d6522777
--- /dev/null
+++ b/net/netsaint-plugin-cluster/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 08:03:26 rh Exp $
+#
+
+DISTNAME= check_cluster
+PKGNAME= netsaint-plugin-cluster-20001207
+NO_WRKSUBDIR= YES
+CATEGORIES= net
+MASTER_SITES= http://netsaint.sourceforge.net/download/alpha/
+EXTRACT_SUFX= .c
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://netsaint.sourceforge.net/
+COMMENT= host and service cluster plugin for NetSaint
+
+DEPENDS+= netsaint-base-*:../../net/netsaint-base
+
+EXTRACT_CMD= ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC}
+
+do-build:
+ cd ${WRKSRC} && \
+ ${CC} ${CPPFLAGS} ${CFLAGS} -o check_cluster check_cluster.c
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/check_cluster ${PREFIX}/libexec/netsaint
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/netsaint-plugin-cluster/distinfo b/net/netsaint-plugin-cluster/distinfo
new file mode 100644
index 00000000000..f3897a6c6a3
--- /dev/null
+++ b/net/netsaint-plugin-cluster/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/05/16 08:03:26 rh Exp $
+
+SHA1 (check_cluster.c) = 341ebf52f01f8465ae0141f9ffb578def42825ae
+Size (check_cluster.c) = 9909 bytes
diff --git a/net/netsaint-plugin-cluster/pkg/DESCR b/net/netsaint-plugin-cluster/pkg/DESCR
new file mode 100644
index 00000000000..06947e5cffd
--- /dev/null
+++ b/net/netsaint-plugin-cluster/pkg/DESCR
@@ -0,0 +1,4 @@
+ netsaint-plugin-cluster is a host and service cluster checking plugin
+for NetSaint. You can specify a cluster consisting of several hosts and
+the minimum number of hosts that have to respond in order to consider the
+cluster operational.
diff --git a/net/netsaint-plugin-cluster/pkg/PLIST b/net/netsaint-plugin-cluster/pkg/PLIST
new file mode 100644
index 00000000000..3bf44d3353c
--- /dev/null
+++ b/net/netsaint-plugin-cluster/pkg/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/05/16 08:03:26 rh Exp $
+libexec/netsaint/check_cluster