Add NetBSD RAIDframe monitoring plugin for nagios
This commit is contained in:
parent
02f5dc6ca9
commit
5d21e42b48
6 changed files with 41 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES-2013,v 1.207 2013/01/19 10:20:39 manu Exp $
|
||||
$NetBSD: CHANGES-2013,v 1.208 2013/01/19 10:22:11 manu Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2013:
|
||||
|
||||
|
@ -282,3 +282,4 @@ Changes to the packages collection and infrastructure in 2013:
|
|||
Updated multimedia/ffmpegthumbnailer to 2.0.8 [wiz 2013-01-19]
|
||||
Updated mail/dovecot to 2.1.13 [manu 2013-01-19]
|
||||
Updated textproc/py-xlrd to 0.8.0 [obache 2013-01-19]
|
||||
Added net/nagios-plugin-raidctl 0.1 [manu 2013-01-19]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.951 2013/01/14 14:48:19 bouyer Exp $
|
||||
# $NetBSD: Makefile,v 1.952 2013/01/19 10:22:11 manu Exp $
|
||||
#
|
||||
|
||||
COMMENT= Networking tools
|
||||
|
@ -308,6 +308,7 @@ SUBDIR+= nagios-plugin-ldap
|
|||
SUBDIR+= nagios-plugin-mysql
|
||||
SUBDIR+= nagios-plugin-pgsql
|
||||
SUBDIR+= nagios-plugin-radius
|
||||
SUBDIR+= nagios-plugin-raidctl
|
||||
SUBDIR+= nagios-plugin-snmp
|
||||
SUBDIR+= nagios-plugin-spamd
|
||||
SUBDIR+= nagios-plugins
|
||||
|
|
3
net/nagios-plugin-raidctl/DESCR
Normal file
3
net/nagios-plugin-raidctl/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: DESCR,v 1.1 2013/01/19 10:22:11 manu Exp $
|
||||
|
||||
This Nagios plugin monitors RAIDframe status
|
27
net/nagios-plugin-raidctl/Makefile
Normal file
27
net/nagios-plugin-raidctl/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/19 10:22:11 manu Exp $
|
||||
#
|
||||
|
||||
PKGNAME= nagios-plugin-raidctl-${DISTNAME:C/.*-//}
|
||||
DISTNAME= check_raidctl-0.1
|
||||
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= RAIDframe monitoring plugin for Nagios
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
INSTALLATION_DIRS+= libexec/nagios
|
||||
|
||||
SPECIAL_PERMS+= ${PREFIX}/libexec/nagios/check_raidctl \
|
||||
${REAL_ROOT_USER} ${NAGIOS_GROUP} 4551
|
||||
BUILD_DEFS+= ${NAGIOS_GROUP}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/check_raidctl \
|
||||
${DESTDIR}${PREFIX}/libexec/nagios/
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
net/nagios-plugin-raidctl/PLIST
Normal file
2
net/nagios-plugin-raidctl/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/01/19 10:22:11 manu Exp $
|
||||
libexec/nagios/check_raidctl
|
5
net/nagios-plugin-raidctl/distinfo
Normal file
5
net/nagios-plugin-raidctl/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/01/19 10:22:11 manu Exp $
|
||||
|
||||
SHA1 (check_raidctl-0.1.tgz) = 24e744b58ab50903b58bd57ee4bd30b6dfa89f48
|
||||
RMD160 (check_raidctl-0.1.tgz) = 54d3f9e894e63046a028c923c7e62a23fdc9c2ae
|
||||
Size (check_raidctl-0.1.tgz) = 2068 bytes
|
Loading…
Reference in a new issue