mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
a37a66af8a
Subagents connect to a locally running Master agent (snmpd) over a Unix domain socket and using the AgentX protocol (RFC2741). They implement custom Management Information Base (MIB) modules that extend the local node MIB tree. Usually, this requires writing a MIB as well, ie. a text file that specifies the structure, names and data types of the information within the MIB module. WWW: https://pypi.python.org/pypi/netsnmpagent
19 lines
386 B
Makefile
19 lines
386 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= netsnmpagent
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vladimirv@ixsystems.com
|
|
COMMENT= Python module that facilitates writing Net-SNMP subagents in Python
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|