summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authormanu <manu>2014-07-22 12:52:53 +0000
committermanu <manu>2014-07-22 12:52:53 +0000
commitedaa2175f1e2af30f3da8dbb6cf1e49b90967513 (patch)
treea65e5a235b188d1632bb2c2953a99c1d070003dd /net
parente30f6a041e4d351bd9ab88f7cdda80cff97be6fe (diff)
downloadpkgsrc-edaa2175f1e2af30f3da8dbb6cf1e49b90967513.tar.gz
This Nagios plugin monitors LDAP replication
Diffstat (limited to 'net')
-rw-r--r--net/Makefile3
-rw-r--r--net/nagios-plugin-syncrepl/DESCR3
-rw-r--r--net/nagios-plugin-syncrepl/Makefile23
-rw-r--r--net/nagios-plugin-syncrepl/PLIST2
-rw-r--r--net/nagios-plugin-syncrepl/distinfo5
5 files changed, 35 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile
index 1a558fdfe9f..ae3ddf07fc1 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1028 2014/07/15 14:04:16 fhajny Exp $
+# $NetBSD: Makefile,v 1.1029 2014/07/22 12:53:33 manu Exp $
#
COMMENT= Networking tools
@@ -335,6 +335,7 @@ SUBDIR+= nagios-plugin-radius
SUBDIR+= nagios-plugin-raidctl
SUBDIR+= nagios-plugin-snmp
SUBDIR+= nagios-plugin-spamd
+SUBDIR+= nagios-plugin-syncrepl
SUBDIR+= nagios-plugins
SUBDIR+= nagstamon
SUBDIR+= nam
diff --git a/net/nagios-plugin-syncrepl/DESCR b/net/nagios-plugin-syncrepl/DESCR
new file mode 100644
index 00000000000..8847f1ab8ef
--- /dev/null
+++ b/net/nagios-plugin-syncrepl/DESCR
@@ -0,0 +1,3 @@
+$NetBSD: DESCR,v 1.1 2014/07/22 12:52:53 manu Exp $
+
+This Nagios plugin monitors LDAP replication
diff --git a/net/nagios-plugin-syncrepl/Makefile b/net/nagios-plugin-syncrepl/Makefile
new file mode 100644
index 00000000000..6ea09bdbaf1
--- /dev/null
+++ b/net/nagios-plugin-syncrepl/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2014/07/22 12:52:53 manu Exp $
+#
+
+PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//}
+DISTNAME= check_syncrepl-0.1
+CATEGORIES= net
+MASTER_SITES= http://ftp.espci.fr/pub/nagios-local/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= manu@NetBSD.org
+HOMEPAGE= http://ftp.espci.fr/pub/nagios-local/
+COMMENT= LDAP replication monitoring plugin for Nagios
+LICENSE= modified-bsd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+INSTALLATION_DIRS+= libexec/nagios
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/check_syncrepl \
+ ${DESTDIR}${PREFIX}/libexec/nagios/
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/nagios-plugin-syncrepl/PLIST b/net/nagios-plugin-syncrepl/PLIST
new file mode 100644
index 00000000000..6f6f242ea36
--- /dev/null
+++ b/net/nagios-plugin-syncrepl/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2014/07/22 12:52:53 manu Exp $
+libexec/nagios/check_syncrepl
diff --git a/net/nagios-plugin-syncrepl/distinfo b/net/nagios-plugin-syncrepl/distinfo
new file mode 100644
index 00000000000..74ed17b3425
--- /dev/null
+++ b/net/nagios-plugin-syncrepl/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/07/22 12:52:53 manu Exp $
+
+SHA1 (check_syncrepl-0.1.tgz) = 68108649c9cb6bffde09ada358f5e457e4e6e554
+RMD160 (check_syncrepl-0.1.tgz) = aab4cf48d2eae2eacc2e00cd24237f7ddb727fc5
+Size (check_syncrepl-0.1.tgz) = 2129 bytes