af2c390b44
It adds "System Board 1 LCD Cable Pres 0: Connected" to the list of things that fall under: "As long as Dell doesnt correct these CIM elements return code we have to ignore it" "sure" sthen@
42 lines
882 B
Makefile
42 lines
882 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/04/24 13:37:22 merdely Exp $
|
|
|
|
PKG_ARCH = *
|
|
|
|
COMMENT = Nagios plugin to the status of ESX/i hardware
|
|
|
|
V = 20130424
|
|
DISTNAME = check_esxi_hardware.py.$V
|
|
PKGNAME = check_esxi_hardware-$V
|
|
CATEGORIES = net
|
|
|
|
MAINTAINER = Michael Erdely <merdely@openbsd.org>
|
|
|
|
HOMEPAGE = http://www.claudiokuenzler.com/nagios-plugins/check_esxi_hardware.php
|
|
MASTER_SITES = http://www.claudiokuenzler.com/nagios-plugins/
|
|
|
|
EXTRACT_SUFX =
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = devel/py-wbem
|
|
|
|
MODULES = lang/python
|
|
|
|
WRKSRC = ${WRKDIR}
|
|
|
|
MODPY_ADJ_FILES= check_esxi_hardware.py.$V
|
|
|
|
do-extract:
|
|
@cp ${FULLDISTDIR}/${DISTFILES} ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/libexec/nagios
|
|
${INSTALL_SCRIPT} ${WRKDIR}/check_esxi_hardware.py.$V \
|
|
${PREFIX}/libexec/nagios/check_esxi_hardware
|
|
|
|
.include <bsd.port.mk>
|