Metadata-Version: 1.0
Name: netsnmpagent
Version: 0.1.1
Summary: Facilitates writing Net-SNMP (AgentX) subagents in Python
Home-page: UNKNOWN
Author: Pieter Hollants
Author-email: pieter@hollants.com
License: GPL-3.0
Description: 
        python-netsnmpagent is a Python module that facilitates writing Net-SNMP
        subagents in Python. Subagents connect to a locally running Master agent
        (snmpd) over a Unix domain socket (eg. "/var/run/agentx/master") and using the
        AgentX protocol (RFC2747). They implement custom Management Information Base
        (MIB) modules that extend the local node's 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.
Platform: UNKNOWN
