mirror of
https://github.com/xcat2/confluent.git
synced 2026-04-25 10:11:30 +00:00
On the path to instrumenting network switches, first we'll add some framework for SNMP. Given that we are using eventlet and thus we need a patchable SNMP, we employ PySNMP, despite it being a bit peculiar. This commit tucks away the oddness and makes it pretty easy to use for our purposes.