python-netsnmpagent version 0.5.0 has just been released.
Month: October 2013
net-snmp API and connection error handling
net-snmp has a strange API that does not seem to allow us to detect errors while trying to connect to the master snmpd instance. When playing around with python-netsnmpagent, create a copy of run_simple_agent.sh named test.sh and modify as follows: agentXsocket tcp:localhost:9000 or similar. Do not change the python simple_agent.py line by intent. Running test.sh… Continue reading net-snmp API and connection error handling
python-netsnmpagent 0.4.6 released
python-netsnmpagent version 0.4.6 has just been released.