1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

New port: devel/py-nagioscheck:

pynagioscheck is a Python framework for Nagios plug-in developers.

pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.

WWW: https://pypi.python.org/pypi/nagioscheck/
This commit is contained in:
Ryan Steinmetz 2014-09-17 15:27:06 +00:00
parent 9a81de4118
commit 07d01e527e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368384
4 changed files with 26 additions and 0 deletions

View File

@ -3779,6 +3779,7 @@
SUBDIR += py-mwlib.rl
SUBDIR += py-mx-experimental
SUBDIR += py-mygpoclient
SUBDIR += py-nagioscheck
SUBDIR += py-ncurses
SUBDIR += py-nose
SUBDIR += py-notifier

View File

@ -0,0 +1,16 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= nagioscheck
PORTVERSION= 0.1.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Class library for writing Nagios plugins
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (nagioscheck-0.1.6.tar.gz) = 9e44a111b950a2b595fbd6ba75db630a45982b2997c0a45e343a9221af4ee99a
SIZE (nagioscheck-0.1.6.tar.gz) = 5847

View File

@ -0,0 +1,7 @@
pynagioscheck is a Python framework for Nagios plug-in developers.
pynagioscheck strives to conform to the practices described in the Nagios
Plug-in Development Guidelines and, more importantly, save valuable system
administrator time.
WWW: https://pypi.python.org/pypi/nagioscheck/