Nagios::Plugin::Beanstalk - Nagios plugin to observe Beanstalkd queue server.

WWW: http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/

PR:		ports/171762
Submitted by:	Andrew Thompson <thompsa@freebsd.org>
This commit is contained in:
Steve Wills 2014-02-14 21:03:41 +00:00
parent 546d295d5c
commit 6de76bc98d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344316
6 changed files with 52 additions and 0 deletions

View file

@ -210,6 +210,7 @@
SUBDIR += p5-NSNMP
SUBDIR += p5-Nagios-Object
SUBDIR += p5-Nagios-Plugin
SUBDIR += p5-Nagios-Plugin-Beanstalk
SUBDIR += p5-Nagios-Plugin-LDAP
SUBDIR += p5-Nagios-Plugins-Memcached
SUBDIR += p5-Net-ACL

View file

@ -0,0 +1,26 @@
# Created by: Andrew Thompson <thompsa@freebsd.org>
# $FreeBSD$
PORTNAME= Nagios-Plugin-Beanstalk
PORTVERSION= 0.04
CATEGORIES= net-mgmt perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:GBARR
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Module to check beanstalkd via nagios
BUILD_DEPENDS= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \
p5-Beanstalk-Client>=0:${PORTSDIR}/net/p5-Beanstalk-Client
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
${INSTALL} ${WRKSRC}/check_beanstalkd ${STAGEDIR}${PREFIX}/libexec/nagios/check_beanstalkd
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 9df45969b9b4ca10779a6cdd72c18347060a90a61f12eecd8918c4609a2466a1
SIZE (Nagios-Plugin-Beanstalk-0.04.tar.gz) = 4792

View file

@ -0,0 +1,10 @@
--- Makefile.PL.orig 2012-09-19 11:01:40.247410095 +1200
+++ Makefile.PL 2012-09-19 11:01:53.134452220 +1200
@@ -8,7 +8,6 @@
VERSION_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
ABSTRACT_FROM => 'lib/Nagios/Plugin/Beanstalk.pm',
PL_FILES => {},
- EXE_FILES => ['check_beanstalkd'],
PREREQ_PM => {
'Nagios::Plugin' => 0,
'Beanstalk::Client' => 0,

View file

@ -0,0 +1,3 @@
Nagios::Plugin::Beanstalk - Nagios plugin to observe Beanstalkd queue server.
WWW: http://search.cpan.org/dist/Nagios-Plugin-Beanstalk/

View file

@ -0,0 +1,10 @@
libexec/nagios/check_beanstalkd
%%SITE_PERL%%/Nagios/Plugin/Beanstalk.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk/.packlist
%%PERL5_MAN3%%/Nagios::Plugin::Beanstalk.3.gz
@dirrmtry libexec/nagios
@dirrmtry %%SITE_PERL%%/Nagios/Plugin
@dirrmtry %%SITE_PERL%%/Nagios
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin/Beanstalk
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios