Initial import of Nagios-Plugin-0.12.

Nagios::Plugin provides some common routines for writing Nagios plugins.
The idea is to make it as easy as possible for developers to conform to the
Nagios plugin guidelines.
This commit is contained in:
bernd 2006-06-20 12:26:30 +00:00
parent 09867abba9
commit e82b488122
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/20 12:26:30 bernd Exp $
COMMENT= "helper routines for writing Nagios plugins"
DISTNAME= Nagios-Plugin-0.12
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MAINTAINER= Bernd Ahlers <bernd@openbsd.org>
# same as Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/T/TO/TONVOON/}
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (Nagios-Plugin-0.12.tar.gz) = 332c25b428ccd50963ac49a24eae9fcf
RMD160 (Nagios-Plugin-0.12.tar.gz) = c71fec33f567af13701568d9a6df21b80000c9fc
SHA1 (Nagios-Plugin-0.12.tar.gz) = a8b9341c8b817812ff1529f539d986f8b56f9548
SIZE (Nagios-Plugin-0.12.tar.gz) = 7778

View File

@ -0,0 +1,3 @@
Nagios::Plugin provides some common routines for writing Nagios plugins.
The idea is to make it as easy as possible for developers to conform to the
Nagios plugin guidelines.

View File

@ -0,0 +1,13 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/20 12:26:30 bernd Exp $
${P5SITE}/Nagios/
${P5SITE}/Nagios/Plugin/
${P5SITE}/Nagios/Plugin.pm
${P5SITE}/Nagios/Plugin/Base.pm
${P5SITE}/Nagios/Plugin/Performance.pm
${P5SITE}/Nagios/Plugin/Range.pm
${P5SITE}/Nagios/Plugin/Threshold.pm
@man man/man3p/Nagios::Plugin.3p
@man man/man3p/Nagios::Plugin::Base.3p
@man man/man3p/Nagios::Plugin::Performance.3p
@man man/man3p/Nagios::Plugin::Range.3p
@man man/man3p/Nagios::Plugin::Threshold.3p