891b7032a8
This fixes monitoring of mounts ftom non-devices sources (e.g.: null mount)
25 lines
652 B
Makefile
25 lines
652 B
Makefile
# $NetBSD: Makefile,v 1.4 2015/09/14 13:53:03 manu Exp $
|
|
#
|
|
|
|
PKGNAME= nagios-plugin-fstab-${DISTNAME:C/.*-//}
|
|
DISTNAME= check_fstab-0.3
|
|
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= Mount points and swaps monitoring plugin for Nagios
|
|
LICENSE= modified-bsd
|
|
|
|
ONLY_FOR_PLATFORM= FreeBSD-*-* NetBSD-*-* OpenBSD-*-* DragonFly-*-*
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALLATION_DIRS+= libexec/nagios
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/check_fstab \
|
|
${DESTDIR}${PREFIX}/libexec/nagios/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|