mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 19:06:44 -04:00
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)
8 lines
453 B
Text
8 lines
453 B
Text
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.
|