a606adbb0c
Change since 0.2: add a -s option to specify an acceptable delay that will not fire an alert
21 lines
551 B
Makefile
21 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/10/30 02:48:24 manu Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-syncrepl-${DISTNAME:C/.*-//}
|
|
DISTNAME= check_syncrepl-0.5
|
|
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
|
|
|
|
INSTALLATION_DIRS+= libexec/nagios
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/check_syncrepl \
|
|
${DESTDIR}${PREFIX}/libexec/nagios/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|