Date: Sat, 26 Mar 2016 18:19:26 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r411956 - in head/net-mgmt: . nagios-check_zpools Message-ID: <201603261819.u2QIJQr2087081@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Sat Mar 26 18:19:26 2016 New Revision: 411956 URL: https://svnweb.freebsd.org/changeset/ports/411956 Log: New port net-mgmt/nagios-check_zpools A Nagios/Icinga plugin to monitor ZFS Pools (zpools). It is based on "Check Solaris ZFS Pools" but is completely rewritten. WWW: https://github.com/Napsty/check_zpools Added: head/net-mgmt/nagios-check_zpools/ head/net-mgmt/nagios-check_zpools/Makefile (contents, props changed) head/net-mgmt/nagios-check_zpools/distinfo (contents, props changed) head/net-mgmt/nagios-check_zpools/pkg-descr (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Sat Mar 26 18:15:52 2016 (r411955) +++ head/net-mgmt/Makefile Sat Mar 26 18:19:26 2016 (r411956) @@ -129,6 +129,7 @@ SUBDIR += nagios-check_relayd_status SUBDIR += nagios-check_smartmon SUBDIR += nagios-check_tftp + SUBDIR += nagios-check_zpools SUBDIR += nagios-geom SUBDIR += nagios-openldap-plugins SUBDIR += nagios-pf-plugin Added: head/net-mgmt/nagios-check_zpools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-check_zpools/Makefile Sat Mar 26 18:19:26 2016 (r411956) @@ -0,0 +1,30 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= check_zpools +PORTVERSION= 1.0 +CATEGORIES= net-mgmt +MASTER_SITES= GH +PKGNAMEPREFIX= nagios- + +MAINTAINER= tj@FreeBSD.org +COMMENT= Nagios plugin that checks zpool state + +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash + +USE_GITHUB= yes +GH_ACCOUNT= Napsty +GH_PROJECT= check_zpools +GH_TAGNAME= 0334625 +NO_BUILD= yes +USES= shebangfix +SHEBANG_FILES= check_zpools.sh + +PLIST_FILES= libexec/nagios/check_zpools + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL_SCRIPT} ${WRKSRC}/check_zpools.sh \ + ${STAGEDIR}${PREFIX}/libexec/nagios/check_zpools + +.include <bsd.port.mk> Added: head/net-mgmt/nagios-check_zpools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-check_zpools/distinfo Sat Mar 26 18:19:26 2016 (r411956) @@ -0,0 +1,2 @@ +SHA256 (Napsty-check_zpools-1.0-0334625_GH0.tar.gz) = ce4b54bf5efbbd9904310abfb6e89330eb9a67e5e6b6219bb3dc7a88a27e2d05 +SIZE (Napsty-check_zpools-1.0-0334625_GH0.tar.gz) = 2248 Added: head/net-mgmt/nagios-check_zpools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/nagios-check_zpools/pkg-descr Sat Mar 26 18:19:26 2016 (r411956) @@ -0,0 +1,4 @@ +A Nagios/Icinga plugin to monitor ZFS Pools (zpools). It is based on "Check +Solaris ZFS Pools" but is completely rewritten. + +WWW: https://github.com/Napsty/check_zpools
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603261819.u2QIJQr2087081>