While working on my python-netsnmpagent project, I regularly smilint the MIBs used for conformance with the SMI spec to ensure they are proper MIBs.
Category: SNMP
python-netsnmpagent 0.6.0 released
python-netsnmpagent version 0.6.0 has just been released.
python-netsnmpagent 0.5.3 released
python-netsnmpagent version 0.5.3 has just been released.
python-netsnmpagent 0.5.1 released
python-netsnmpagent version 0.5.1 has just been released.
python-netsnmpagent bugfix for trailing dots in table strings
I have just pushed two fixes that should be of interest to all python-netsnmpagent users:
My FOSDEM 2014 presentation on python-netsnmpagent
I just held Sunday’s first lightning talk on python-netsnmpagent at FOSDEM 2014. Unfortunately they had camera problems, so no recording, sorry. In case you’re interested in the slides, here you go: Slides from my FOSDEM 2014 presentation on python-netsnmpagent
python-netsnmpagent 0.5.0 released
python-netsnmpagent version 0.5.0 has just been released.
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.
python-netsnmpagent 0.4.5 released
python-netsnmpagent version 0.4.5 has just been released.