diff options
author | manu <manu@pkgsrc.org> | 2014-07-22 12:52:53 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2014-07-22 12:52:53 +0000 |
commit | 2c89977bc6f5e345d25d1c44aa3822186c7ddad7 (patch) | |
tree | a65e5a235b188d1632bb2c2953a99c1d070003dd /net/nagios-plugin-syncrepl | |
parent | 2acbae50d3ab048eac3a614e4a3b69ee223e67ec (diff) | |
download | pkgsrc-2c89977bc6f5e345d25d1c44aa3822186c7ddad7.tar.gz |
This Nagios plugin monitors LDAP replication
Diffstat (limited to 'net/nagios-plugin-syncrepl')
-rw-r--r-- | net/nagios-plugin-syncrepl/DESCR | 3 | ||||
-rw-r--r-- | net/nagios-plugin-syncrepl/Makefile | 23 | ||||
-rw-r--r-- | net/nagios-plugin-syncrepl/PLIST | 2 | ||||
-rw-r--r-- | net/nagios-plugin-syncrepl/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
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 |