mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
fb16dfecae
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)
9 lines
453 B
Plaintext
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.
|