mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Add Monitoring::Plugin, a Nagios::Plugin fork.
Sponsored by: Absolight
This commit is contained in:
parent
0b6d267e85
commit
ebef627b53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353484
@ -206,6 +206,7 @@
|
||||
SUBDIR += p5-GRNOC-TL1
|
||||
SUBDIR += p5-MRTG-Parse
|
||||
SUBDIR += p5-Mon
|
||||
SUBDIR += p5-Monitoring-Plugin
|
||||
SUBDIR += p5-NSNMP
|
||||
SUBDIR += p5-Nagios-Object
|
||||
SUBDIR += p5-Nagios-Plugin
|
||||
|
32
net-mgmt/p5-Monitoring-Plugin/Makefile
Normal file
32
net-mgmt/p5-Monitoring-Plugin/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# Created by: Gerrit Beine <gerrit.beine@gmx.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Monitoring-Plugin
|
||||
PORTVERSION= 0.37
|
||||
CATEGORIES= net-mgmt perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:NIERLEIN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= mat@FreeBSD.org
|
||||
COMMENT= Modules to streamline writing Monitoring plugins
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \
|
||||
p5-Math-Calc-Units>=0:${PORTSDIR}/math/p5-Math-Calc-Units \
|
||||
p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PORTDOCS= Changes README
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-mgmt/p5-Monitoring-Plugin/distinfo
Normal file
2
net-mgmt/p5-Monitoring-Plugin/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Monitoring-Plugin-0.37.tar.gz) = 786c08a28435e3d004ea51f44dba6432e58da5c93def39bb68d3b028072e00bd
|
||||
SIZE (Monitoring-Plugin-0.37.tar.gz) = 62278
|
7
net-mgmt/p5-Monitoring-Plugin/pkg-descr
Normal file
7
net-mgmt/p5-Monitoring-Plugin/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Object oriented helper routines for your Nagios plugin:
|
||||
|
||||
This is the place for common routines when writing Nagios plugins. The idea is
|
||||
to make it as easy as possible for developers to conform to the plugin
|
||||
guidelines (http://nagiosplug.sourceforge.net/developer-guidelines.html).
|
||||
|
||||
WWW: http://search.cpan.org/dist/Nagios-Plugin/
|
21
net-mgmt/p5-Monitoring-Plugin/pkg-plist
Normal file
21
net-mgmt/p5-Monitoring-Plugin/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
%%SITE_PERL%%/Monitoring/Plugin.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Config.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/ExitResult.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Functions.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Getopt.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Performance.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Range.pm
|
||||
%%SITE_PERL%%/Monitoring/Plugin/Threshold.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitoring/Plugin/.packlist
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Config.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::ExitResult.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Functions.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Getopt.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Performance.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Range.3.gz
|
||||
%%PERL5_MAN3%%/Monitoring::Plugin::Threshold.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitoring/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Monitoring
|
||||
@dirrm %%SITE_PERL%%/Monitoring/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Monitoring
|
Loading…
Reference in New Issue
Block a user