freebsd-ports/net/py-netsnmpagent/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
453 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.