Skip to content

Commit

Permalink
- New port: net-mgmt/nagios-openldap-plugins
Browse files Browse the repository at this point in the history
A collection of scripts useful for monitoring OpenLDAP written by
the LTB (LDAP Tool Box) project.

WWW: http://ltb-project.org/wiki/documentation/
  • Loading branch information
zi0r committed Feb 27, 2012
1 parent 5051e6f commit 5a79bf1
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions net-mgmt/Makefile
Expand Up @@ -131,6 +131,7 @@
SUBDIR += nagios-check_tftp
SUBDIR += nagios-devel
SUBDIR += nagios-geom
SUBDIR += nagios-openldap-plugins
SUBDIR += nagios-pf-plugin
SUBDIR += nagios-plugins
SUBDIR += nagios-portaudit
Expand Down
55 changes: 55 additions & 0 deletions net-mgmt/nagios-openldap-plugins/Makefile
@@ -0,0 +1,55 @@
# New ports collection makefile for: nagios-openldap-plugins
# Date created: 26 Feb 2012
# Whom: Ryan Steinmetz <zi@FreeBSD.org>
#
# $FreeBSD$

PORTNAME= openldap-plugins
PORTVERSION= 0.3
CATEGORIES= net-mgmt
MASTER_SITES= http://tools.ltb-project.org/attachments/download/152/ \
http://people.rit.edu/rpsfa/
PKGNAMEPREFIX= nagios-
DISTNAME= ltb-project-nagios-plugins-${PORTVERSION}

MAINTAINER= zi@FreeBSD.org
COMMENT= Nagios Plugins to monitor OpenLDAP

LICENSE= GPLv2

RUN_DEPENDS= ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
p5-Date-Manip>=6.30:${PORTSDIR}/devel/p5-Date-Manip \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes

PORTSCOUT= ignore:1

NO_BUILD= yes
USE_PERL5_RUN= yes

PLIST_FILES= libexec/nagios/check_ldap_dn.pl \
libexec/nagios/check_ldap_query.pl \
libexec/nagios/check_ldap_slurpd_status.pl \
libexec/nagios/check_ldap_syncrepl_status.pl \
libexec/nagios/check_ldap_time.pl \
libexec/nagios/restart_slapd.sh
PLIST_DIRSTRY= libexec/nagios

WRKSRC= ${WRKDIR}/${DISTNAME}

post-patch:
@${REINPLACE_CMD} -e 's|/etc/init.d/|${LOCALBASE}/etc/rc.d/|g' \
-e 's|/var/run/slapd|/var/run/openldap|g' \
${WRKSRC}/restart_slapd.sh
@${REINPLACE_CMD} -e 's|/usr/local/nagios/libexec|${PREFIX}/libexec/nagios|g' \
${WRKSRC}/*.pl

do-install:
@${MKDIR} ${PREFIX}/libexec/nagios
${INSTALL_SCRIPT} ${WRKSRC}/check_ldap_dn.pl ${PREFIX}/libexec/nagios/
${INSTALL_SCRIPT} ${WRKSRC}/check_ldap_query.pl ${PREFIX}/libexec/nagios/
${INSTALL_SCRIPT} ${WRKSRC}/check_ldap_slurpd_status.pl ${PREFIX}/libexec/nagios/
${INSTALL_SCRIPT} ${WRKSRC}/check_ldap_syncrepl_status.pl ${PREFIX}/libexec/nagios/
${INSTALL_SCRIPT} ${WRKSRC}/check_ldap_time.pl ${PREFIX}/libexec/nagios/
${INSTALL_SCRIPT} ${WRKSRC}/restart_slapd.sh ${PREFIX}/libexec/nagios/

.include <bsd.port.mk>
2 changes: 2 additions & 0 deletions net-mgmt/nagios-openldap-plugins/distinfo
@@ -0,0 +1,2 @@
SHA256 (ltb-project-nagios-plugins-0.3.tar.gz) = 515745c2793a7352794e2c254ff1d33b1877c410bbffd3d899ca0082ef35e30a
SIZE (ltb-project-nagios-plugins-0.3.tar.gz) = 13124
4 changes: 4 additions & 0 deletions net-mgmt/nagios-openldap-plugins/pkg-descr
@@ -0,0 +1,4 @@
A collection of scripts useful for monitoring OpenLDAP written by
the LTB (LDAP Tool Box) project.

WWW: http://ltb-project.org/wiki/documentation/

0 comments on commit 5a79bf1

Please sign in to comment.