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:
parent
9a81de4118
commit
07d01e527e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368384
@ -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
|
||||
|
16
devel/py-nagioscheck/Makefile
Normal file
16
devel/py-nagioscheck/Makefile
Normal 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>
|
2
devel/py-nagioscheck/distinfo
Normal file
2
devel/py-nagioscheck/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (nagioscheck-0.1.6.tar.gz) = 9e44a111b950a2b595fbd6ba75db630a45982b2997c0a45e343a9221af4ee99a
|
||||
SIZE (nagioscheck-0.1.6.tar.gz) = 5847
|
7
devel/py-nagioscheck/pkg-descr
Normal file
7
devel/py-nagioscheck/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user