PyZabbix is a Python module for working with the Zabbix API.
https://github.com/lukecyca/pyzabbix PR: 205921 Submitted by: Fotis Zabaras <fotis@zabaras.eu>
This commit is contained in:
parent
5c9b57a43d
commit
1aa7e85779
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=405693
@ -268,6 +268,7 @@
|
||||
SUBDIR += py-ipy
|
||||
SUBDIR += py-pyang
|
||||
SUBDIR += py-pysmi
|
||||
SUBDIR += py-pyzabbix
|
||||
SUBDIR += py-snmp4
|
||||
SUBDIR += py-snmp4-apps
|
||||
SUBDIR += py-snmp4-mibs
|
||||
|
21
net-mgmt/py-pyzabbix/Makefile
Normal file
21
net-mgmt/py-pyzabbix/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Fotis Zabaras <fotis@zabaras.eu>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pyzabbix
|
||||
PORTVERSION= 0.7.4
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= fotis@zabaras.eu
|
||||
COMMENT= Zabbix API Python Library
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:${PORTSDIR}/www/py-requests
|
||||
|
||||
USES= python:2.7
|
||||
USE_PYTHON= distutils autoplist
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net-mgmt/py-pyzabbix/distinfo
Normal file
2
net-mgmt/py-pyzabbix/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (pyzabbix-0.7.4.tar.gz) = a30b52427851d3284b0334ba9f99a839208c79c5ce2284863ef2bc2e187c8ad8
|
||||
SIZE (pyzabbix-0.7.4.tar.gz) = 2956
|
3
net-mgmt/py-pyzabbix/pkg-descr
Normal file
3
net-mgmt/py-pyzabbix/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
PyZabbix is a Python module for working with the Zabbix API.
|
||||
|
||||
https://github.com/lukecyca/pyzabbix
|
Loading…
Reference in New Issue
Block a user