1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/py-netsnmpagent/pkg-descr
Dmitry Marakasov c637402081 Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
2018-04-25 16:42:37 +00:00

11 lines
498 B
Plaintext

Python module that facilitates writing Net-SNMP subagents in Python.
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.org/project/netsnmpagent/